<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><head>



<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>:: Acadmico &gt; Cadastros &gt; Perodos</title>
<link rel="stylesheet" type="text/css" href="relatorio%20g_arquivos/estilo.css">
<link rel="stylesheet" href="relatorio%20g_arquivos/jquery.css">
<style type="text/css" media="all">
table {
	border-collapse:collapse;
}
.style3 {
	color: #FF0000
}
</style>
<script language="JavaScript" src="relatorio%20g_arquivos/funcoes.js" type="text/JavaScript"></script>
<script src="relatorio%20g_arquivos/jquery.js" type="text/javascript"></script>
<script src="relatorio%20g_arquivos/jquery_002.js" type="text/javascript"></script>
<script src="relatorio%20g_arquivos/jquery_003.js" type="text/javascript"></script>
<script src="relatorio%20g_arquivos/jquery_004.js" type="text/javascript"></script>
<script language="JavaScript">

        function inicializa() {

            //parent.document.forms[0].height = document.body.scrollHeight+30;

            //parent.parent.document.getElementById('centro').height =
			//	document.body.scrollHeight + 200;
			
        }

        function ValidaPagina(obj,tipoAcao) {
            obj.disabled = true;
			var qtd_Alunos 		= document.getElementById('qtd_Alunos').value;
            var qtd_Disciplinas = document.getElementById('qtd_Disciplinas').value;
            var objNota;
			var qtdCamposBrancos = 0;
            var cd_Aluno = '';
			var cd_Disciplina = '';
            var nr_Nota = '';
            var qtdErro = 0;
			var msg = 'Existem notas maiores do que 10!';
			
            for (i = 1; i <= qtd_Alunos; i++) {
                cd_Aluno = document.getElementById('cd_Aluno_' + i).value;
                for (y = 1; y <= qtd_Disciplinas; y++) {
                	cd_Disciplina = document.getElementById('cd_Disciplina_' + y).value;
					objNota = document.getElementById('nr_Nota_' + cd_Aluno + '_' + cd_Disciplina);
                    nr_Nota = objNota.value.split(',');

                    if (nr_Nota[0] > 10) {
                        objNota.style.background = '#D5BBB8';
                        objNota.style.color = 'Black';
                        objNota.focus();
                        qtdErro++;
                    }
                    else if ((nr_Nota[0] == 10) && (nr_Nota[1] > 0)) {
                        objNota.style.background = '#D5BBB8';
                        objNota.style.color = 'Black';
                        objNota.focus();
                        qtdErro++;
                    }
					else if (objNota.value == '')
					{
						qtdCamposBrancos++;
					}
                }
            }
			//if (qtdCamposBrancos == (qtd_Alunos * qtd_Disciplinas))
			//{
			//	msg = 'Nenhuma nota foi informada!';	
			//	qtdErro = 1;			
			//}
            if (qtdErro == 0) {                
				document.forms[0].action = "AlunoAvaliacao_frmCad.asp?Inc_Alt="+ tipoAcao
				document.forms[0].submit();
            }
            else {
				alert(msg);
                obj.disabled = false;
            }
        }
				
		function selecionaSemestre(obj) {
		
			querystring = "&ci_Turma="+ document.getElementById("cd_Turma").value +
						  "&ci_Disciplina="+ document.getElementById("cd_Disciplina").value +
						  "&cd_CursoTpMapa="+ document.getElementById("cd_CursoTpMapa").value +
						  "&nr_Semestre="+ document.getElementById("nr_Semestre").value +
						  "&ci_Periodo="+ document.getElementById("cd_Periodo").value +						  
						  "&cd_TpEnsino="+ document.getElementById("cd_TpEnsino").value +	
						  "&ds_Periodo="+ document.getElementById("ds_Periodo").value +
						  "&nr_anoletivo="+ document.getElementById("nr_anoletivo").value +
						  "&nr_semestreSel="+ obj.value;
		
			document.location = "AlunoAvaliacao_frmCad.asp?Inc_Alt=I"+ querystring;
		}
		
		function Excluir(obj) {
			if (confirm("ATENO!! Deseja realmente excluir TODAS as avaliaes lanadas para esta turma?")) {
				ValidaPagina(obj,'E');
			}
		}
		
	$(function() {
		$('td[@id^="colunaNotaAluno_"]').tooltip({
			track: true,
			delay: 0,
			showURL: false,
			showBody: "<br>",
			fixPNG: true,
			opacity: 0.95
		});
	});		

</script>
</head><body leftmargin="0" topmargin="0" onload="inicializa();" marginheight="0" marginwidth="0">
<!-- INCIO - CONTEDO: TABELA BASE/CENTRO -->
<form name="frmCadastro" method="post">
  <!-- INCIO TABELA - CONTEDO: PESQUISA -->
  <table width="100%" border="0" cellpadding="0" cellspacing="0">
    <tbody><tr>
      <td align="center"><table width="98%" border="0" cellpadding="0" cellspacing="0">
          <tbody><tr>
            <td class="subTituloBold" height="30" align="left">3 Srie | ENSINO MDIO | ENSINO REGULAR | Manh | G - 2 Perodo - 14/08/2012 - 26/10/2012</td>
          </tr>
        </tbody></table>
        
        <input id="cd_Periodo" name="cd_Periodo" value="2" type="hidden">
        <input id="qtd_Alunos" name="qtd_Alunos" value="41" type="hidden">
        <input id="qtd_Disciplinas" name="qtd_Disciplinas" value="13" type="hidden">
        <input id="cd_Turma" name="cd_Turma" value="96449" type="hidden">
        <input id="nr_Semestre" name="nr_Semestre" value="" type="hidden">
        <input id="cd_CursoTpMapa" name="cd_CursoTpMapa" value="1" type="hidden">
        <input id="cd_Disciplina" name="cd_Disciplina" value="" type="hidden">
        <input id="ds_Periodo" name="ds_Periodo" value="2 Perodo - 14/08/2012 - 26/10/2012" type="hidden">
        <input id="cd_TpEnsino" name="cd_TpEnsino" value="1" type="hidden">
        <input id="nr_anoletivo" name="nr_anoletivo" value="2012" type="hidden">
        <table width="99%" border="1" bordercolor="#c0c081" cellpadding="0" cellspacing="0">
          <tbody><tr>
            <td class="subTituloBold" width="627" align="left" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp;Nome&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 </td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; ARTE&nbsp;&nbsp;
              <input id="cd_Disciplina_1" name="cd_Disciplina_1" value="154" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; BIOLOGIA&nbsp;&nbsp;
              <input id="cd_Disciplina_2" name="cd_Disciplina_2" value="160" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; EDUCAO FISICA&nbsp;&nbsp;
              <input id="cd_Disciplina_3" name="cd_Disciplina_3" value="530" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; FILOSOFIA&nbsp;&nbsp;
              <input id="cd_Disciplina_4" name="cd_Disciplina_4" value="780" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; FISICA&nbsp;&nbsp;
              <input id="cd_Disciplina_5" name="cd_Disciplina_5" value="800" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; GEOGRAFIA&nbsp;&nbsp;
              <input id="cd_Disciplina_6" name="cd_Disciplina_6" value="890" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; HISTORIA&nbsp;&nbsp;
              <input id="cd_Disciplina_7" name="cd_Disciplina_7" value="970" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; LINGUA ESTRANGEIRA (ESPANHOL)&nbsp;&nbsp;
              <input id="cd_Disciplina_8" name="cd_Disciplina_8" value="3330" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; LINGUA ESTRANGEIRA (INGLES)&nbsp;&nbsp;
              <input id="cd_Disciplina_9" name="cd_Disciplina_9" value="1130" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; LINGUA PORTUGUESA&nbsp;&nbsp;
              <input id="cd_Disciplina_10" name="cd_Disciplina_10" value="1140" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; MATEMTICA&nbsp;&nbsp;
              <input id="cd_Disciplina_11" name="cd_Disciplina_11" value="1200" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; QUIMICA&nbsp;&nbsp;
              <input id="cd_Disciplina_12" name="cd_Disciplina_12" value="1620" type="hidden"></td>
            
            <td class="subTituloBold" width="627" align="center" bgcolor="#e3e1ba">&nbsp;&nbsp;&nbsp; SOCIOLOGIA&nbsp;&nbsp;
              <input id="cd_Disciplina_13" name="cd_Disciplina_13" value="1730" type="hidden"></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;198136&nbsp;ALESSANDRA DA SILVA TORRES
              <input id="cd_Aluno_1" name="cd_Aluno_1" value="198136" type="hidden"></td>
            
            <td id="colunaNotaAluno_198136_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_198136_154" id="ci_AlunoAvaliacao_198136_154" value="89745460" type="hidden">
                <input name="nr_Nota_198136_154" id="nr_Nota_198136_154" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_198136_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_198136_160" id="ci_AlunoAvaliacao_198136_160" value="89294497" type="hidden">
                <input name="nr_Nota_198136_160" id="nr_Nota_198136_160" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_198136_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_198136_530" id="ci_AlunoAvaliacao_198136_530" value="89916081" type="hidden">
                <input name="nr_Nota_198136_530" id="nr_Nota_198136_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_198136_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_198136_780" id="ci_AlunoAvaliacao_198136_780" value="88756748" type="hidden">
                <input name="nr_Nota_198136_780" id="nr_Nota_198136_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_198136_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_198136_800" id="ci_AlunoAvaliacao_198136_800" value="89935630" type="hidden">
                <input name="nr_Nota_198136_800" id="nr_Nota_198136_800" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_198136_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_198136_890" id="ci_AlunoAvaliacao_198136_890" value="88762914" type="hidden">
                <input name="nr_Nota_198136_890" id="nr_Nota_198136_890" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_198136_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_198136_970" id="ci_AlunoAvaliacao_198136_970" value="88758544" type="hidden">
                <input name="nr_Nota_198136_970" id="nr_Nota_198136_970" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_198136_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_198136_3330" id="ci_AlunoAvaliacao_198136_3330" value="89742666" type="hidden">
                <input name="nr_Nota_198136_3330" id="nr_Nota_198136_3330" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_198136_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_198136_1130" id="ci_AlunoAvaliacao_198136_1130" value="89747797" type="hidden">
                <input name="nr_Nota_198136_1130" id="nr_Nota_198136_1130" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_198136_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_198136_1140" id="ci_AlunoAvaliacao_198136_1140" value="89743843" type="hidden">
                <input name="nr_Nota_198136_1140" id="nr_Nota_198136_1140" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_198136_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_198136_1200" id="ci_AlunoAvaliacao_198136_1200" value="89741068" type="hidden">
                <input name="nr_Nota_198136_1200" id="nr_Nota_198136_1200" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_198136_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_198136_1620" id="ci_AlunoAvaliacao_198136_1620" value="89293427" type="hidden">
                <input name="nr_Nota_198136_1620" id="nr_Nota_198136_1620" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_198136_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_198136_1730" id="ci_AlunoAvaliacao_198136_1730" value="89295922" type="hidden">
                <input name="nr_Nota_198136_1730" id="nr_Nota_198136_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;385268&nbsp;ALLAN OLIVEIRA DE LIMA
              <input id="cd_Aluno_2" name="cd_Aluno_2" value="385268" type="hidden"></td>
            
            <td id="colunaNotaAluno_385268_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_385268_154" id="ci_AlunoAvaliacao_385268_154" value="89745462" type="hidden">
                <input name="nr_Nota_385268_154" id="nr_Nota_385268_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_385268_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_385268_160" id="ci_AlunoAvaliacao_385268_160" value="89294498" type="hidden">
                <input name="nr_Nota_385268_160" id="nr_Nota_385268_160" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_385268_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_385268_530" id="ci_AlunoAvaliacao_385268_530" value="89916082" type="hidden">
                <input name="nr_Nota_385268_530" id="nr_Nota_385268_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_385268_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_385268_780" id="ci_AlunoAvaliacao_385268_780" value="88756749" type="hidden">
                <input name="nr_Nota_385268_780" id="nr_Nota_385268_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_385268_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_385268_800" id="ci_AlunoAvaliacao_385268_800" value="89935631" type="hidden">
                <input name="nr_Nota_385268_800" id="nr_Nota_385268_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_385268_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_385268_890" id="ci_AlunoAvaliacao_385268_890" value="88762915" type="hidden">
                <input name="nr_Nota_385268_890" id="nr_Nota_385268_890" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_385268_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_385268_970" id="ci_AlunoAvaliacao_385268_970" value="88758546" type="hidden">
                <input name="nr_Nota_385268_970" id="nr_Nota_385268_970" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_385268_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_385268_3330" id="ci_AlunoAvaliacao_385268_3330" value="89742667" type="hidden">
                <input name="nr_Nota_385268_3330" id="nr_Nota_385268_3330" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_385268_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_385268_1130" id="ci_AlunoAvaliacao_385268_1130" value="89747798" type="hidden">
                <input name="nr_Nota_385268_1130" id="nr_Nota_385268_1130" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_385268_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_385268_1140" id="ci_AlunoAvaliacao_385268_1140" value="89743844" type="hidden">
                <input name="nr_Nota_385268_1140" id="nr_Nota_385268_1140" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_385268_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_385268_1200" id="ci_AlunoAvaliacao_385268_1200" value="89741069" type="hidden">
                <input name="nr_Nota_385268_1200" id="nr_Nota_385268_1200" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_385268_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_385268_1620" id="ci_AlunoAvaliacao_385268_1620" value="89293428" type="hidden">
                <input name="nr_Nota_385268_1620" id="nr_Nota_385268_1620" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_385268_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_385268_1730" id="ci_AlunoAvaliacao_385268_1730" value="89295923" type="hidden">
                <input name="nr_Nota_385268_1730" id="nr_Nota_385268_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;800596&nbsp;ANA THAIS DE SOUSA DIAS
              <input id="cd_Aluno_3" name="cd_Aluno_3" value="800596" type="hidden"></td>
            
            <td id="colunaNotaAluno_800596_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_800596_154" id="ci_AlunoAvaliacao_800596_154" value="89745464" type="hidden">
                <input name="nr_Nota_800596_154" id="nr_Nota_800596_154" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_800596_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_800596_160" id="ci_AlunoAvaliacao_800596_160" value="89294499" type="hidden">
                <input name="nr_Nota_800596_160" id="nr_Nota_800596_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_800596_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_800596_530" id="ci_AlunoAvaliacao_800596_530" value="89916083" type="hidden">
                <input name="nr_Nota_800596_530" id="nr_Nota_800596_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_800596_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_800596_780" id="ci_AlunoAvaliacao_800596_780" value="88756750" type="hidden">
                <input name="nr_Nota_800596_780" id="nr_Nota_800596_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_800596_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_800596_800" id="ci_AlunoAvaliacao_800596_800" value="89935632" type="hidden">
                <input name="nr_Nota_800596_800" id="nr_Nota_800596_800" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_800596_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_800596_890" id="ci_AlunoAvaliacao_800596_890" value="88762916" type="hidden">
                <input name="nr_Nota_800596_890" id="nr_Nota_800596_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_800596_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_800596_970" id="ci_AlunoAvaliacao_800596_970" value="88758548" type="hidden">
                <input name="nr_Nota_800596_970" id="nr_Nota_800596_970" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_800596_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_800596_3330" id="ci_AlunoAvaliacao_800596_3330" value="89742668" type="hidden">
                <input name="nr_Nota_800596_3330" id="nr_Nota_800596_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_800596_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_800596_1130" id="ci_AlunoAvaliacao_800596_1130" value="89747799" type="hidden">
                <input name="nr_Nota_800596_1130" id="nr_Nota_800596_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_800596_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_800596_1140" id="ci_AlunoAvaliacao_800596_1140" value="89743845" type="hidden">
                <input name="nr_Nota_800596_1140" id="nr_Nota_800596_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_800596_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_800596_1200" id="ci_AlunoAvaliacao_800596_1200" value="89741070" type="hidden">
                <input name="nr_Nota_800596_1200" id="nr_Nota_800596_1200" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_800596_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_800596_1620" id="ci_AlunoAvaliacao_800596_1620" value="89293429" type="hidden">
                <input name="nr_Nota_800596_1620" id="nr_Nota_800596_1620" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_800596_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_800596_1730" id="ci_AlunoAvaliacao_800596_1730" value="89295924" type="hidden">
                <input name="nr_Nota_800596_1730" id="nr_Nota_800596_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;316426&nbsp;ANDRE LUIZ OLIVEIRA DA SILVA
              <input id="cd_Aluno_4" name="cd_Aluno_4" value="316426" type="hidden"></td>
            
            <td id="colunaNotaAluno_316426_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_316426_154" id="ci_AlunoAvaliacao_316426_154" value="89745466" type="hidden">
                <input name="nr_Nota_316426_154" id="nr_Nota_316426_154" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_316426_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_316426_160" id="ci_AlunoAvaliacao_316426_160" value="89294500" type="hidden">
                <input name="nr_Nota_316426_160" id="nr_Nota_316426_160" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_316426_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_316426_530" id="ci_AlunoAvaliacao_316426_530" value="89916099" type="hidden">
                <input name="nr_Nota_316426_530" id="nr_Nota_316426_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_316426_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_316426_780" id="ci_AlunoAvaliacao_316426_780" value="88756751" type="hidden">
                <input name="nr_Nota_316426_780" id="nr_Nota_316426_780" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_316426_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_316426_800" id="ci_AlunoAvaliacao_316426_800" value="89935633" type="hidden">
                <input name="nr_Nota_316426_800" id="nr_Nota_316426_800" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_316426_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_316426_890" id="ci_AlunoAvaliacao_316426_890" value="88762917" type="hidden">
                <input name="nr_Nota_316426_890" id="nr_Nota_316426_890" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_316426_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_316426_970" id="ci_AlunoAvaliacao_316426_970" value="88758550" type="hidden">
                <input name="nr_Nota_316426_970" id="nr_Nota_316426_970" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_316426_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_316426_3330" id="ci_AlunoAvaliacao_316426_3330" value="89742669" type="hidden">
                <input name="nr_Nota_316426_3330" id="nr_Nota_316426_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_316426_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_316426_1130" id="ci_AlunoAvaliacao_316426_1130" value="89747800" type="hidden">
                <input name="nr_Nota_316426_1130" id="nr_Nota_316426_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_316426_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_316426_1140" id="ci_AlunoAvaliacao_316426_1140" value="89743846" type="hidden">
                <input name="nr_Nota_316426_1140" id="nr_Nota_316426_1140" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_316426_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_316426_1200" id="ci_AlunoAvaliacao_316426_1200" value="89741071" type="hidden">
                <input name="nr_Nota_316426_1200" id="nr_Nota_316426_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_316426_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_316426_1620" id="ci_AlunoAvaliacao_316426_1620" value="89293430" type="hidden">
                <input name="nr_Nota_316426_1620" id="nr_Nota_316426_1620" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_316426_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_316426_1730" id="ci_AlunoAvaliacao_316426_1730" value="89295925" type="hidden">
                <input name="nr_Nota_316426_1730" id="nr_Nota_316426_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1202282&nbsp;ANNE EGILA CAMPELO ALVES
              <input id="cd_Aluno_5" name="cd_Aluno_5" value="1202282" type="hidden"></td>
            
            <td id="colunaNotaAluno_1202282_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202282_154" id="ci_AlunoAvaliacao_1202282_154" value="89745468" type="hidden">
                <input name="nr_Nota_1202282_154" id="nr_Nota_1202282_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202282_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202282_160" id="ci_AlunoAvaliacao_1202282_160" value="89294501" type="hidden">
                <input name="nr_Nota_1202282_160" id="nr_Nota_1202282_160" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202282_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202282_530" id="ci_AlunoAvaliacao_1202282_530" value="89916100" type="hidden">
                <input name="nr_Nota_1202282_530" id="nr_Nota_1202282_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202282_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202282_780" id="ci_AlunoAvaliacao_1202282_780" value="88756752" type="hidden">
                <input name="nr_Nota_1202282_780" id="nr_Nota_1202282_780" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202282_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202282_800" id="ci_AlunoAvaliacao_1202282_800" value="89935634" type="hidden">
                <input name="nr_Nota_1202282_800" id="nr_Nota_1202282_800" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202282_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202282_890" id="ci_AlunoAvaliacao_1202282_890" value="88762918" type="hidden">
                <input name="nr_Nota_1202282_890" id="nr_Nota_1202282_890" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202282_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202282_970" id="ci_AlunoAvaliacao_1202282_970" value="88758551" type="hidden">
                <input name="nr_Nota_1202282_970" id="nr_Nota_1202282_970" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202282_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202282_3330" id="ci_AlunoAvaliacao_1202282_3330" value="89742670" type="hidden">
                <input name="nr_Nota_1202282_3330" id="nr_Nota_1202282_3330" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202282_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202282_1130" id="ci_AlunoAvaliacao_1202282_1130" value="89747801" type="hidden">
                <input name="nr_Nota_1202282_1130" id="nr_Nota_1202282_1130" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202282_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202282_1140" id="ci_AlunoAvaliacao_1202282_1140" value="89743847" type="hidden">
                <input name="nr_Nota_1202282_1140" id="nr_Nota_1202282_1140" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202282_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202282_1200" id="ci_AlunoAvaliacao_1202282_1200" value="89741072" type="hidden">
                <input name="nr_Nota_1202282_1200" id="nr_Nota_1202282_1200" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202282_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202282_1620" id="ci_AlunoAvaliacao_1202282_1620" value="89293431" type="hidden">
                <input name="nr_Nota_1202282_1620" id="nr_Nota_1202282_1620" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202282_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202282_1730" id="ci_AlunoAvaliacao_1202282_1730" value="89295926" type="hidden">
                <input name="nr_Nota_1202282_1730" id="nr_Nota_1202282_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;930925&nbsp;ANTONIA CAROLINA ABREU PEREIRA
              <input id="cd_Aluno_6" name="cd_Aluno_6" value="930925" type="hidden"></td>
            
            <td id="colunaNotaAluno_930925_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_930925_154" id="ci_AlunoAvaliacao_930925_154" value="89745472" type="hidden">
                <input name="nr_Nota_930925_154" id="nr_Nota_930925_154" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_930925_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_930925_160" id="ci_AlunoAvaliacao_930925_160" value="89294502" type="hidden">
                <input name="nr_Nota_930925_160" id="nr_Nota_930925_160" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_930925_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_930925_530" id="ci_AlunoAvaliacao_930925_530" value="89916101" type="hidden">
                <input name="nr_Nota_930925_530" id="nr_Nota_930925_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_930925_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_930925_780" id="ci_AlunoAvaliacao_930925_780" value="88756753" type="hidden">
                <input name="nr_Nota_930925_780" id="nr_Nota_930925_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_930925_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_930925_800" id="ci_AlunoAvaliacao_930925_800" value="89935635" type="hidden">
                <input name="nr_Nota_930925_800" id="nr_Nota_930925_800" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_930925_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_930925_890" id="ci_AlunoAvaliacao_930925_890" value="88762919" type="hidden">
                <input name="nr_Nota_930925_890" id="nr_Nota_930925_890" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_930925_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_930925_970" id="ci_AlunoAvaliacao_930925_970" value="88758552" type="hidden">
                <input name="nr_Nota_930925_970" id="nr_Nota_930925_970" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_930925_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_930925_3330" id="ci_AlunoAvaliacao_930925_3330" value="89742671" type="hidden">
                <input name="nr_Nota_930925_3330" id="nr_Nota_930925_3330" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_930925_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_930925_1130" id="ci_AlunoAvaliacao_930925_1130" value="89747802" type="hidden">
                <input name="nr_Nota_930925_1130" id="nr_Nota_930925_1130" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_930925_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_930925_1140" id="ci_AlunoAvaliacao_930925_1140" value="89743848" type="hidden">
                <input name="nr_Nota_930925_1140" id="nr_Nota_930925_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_930925_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_930925_1200" id="ci_AlunoAvaliacao_930925_1200" value="89741073" type="hidden">
                <input name="nr_Nota_930925_1200" id="nr_Nota_930925_1200" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_930925_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_930925_1620" id="ci_AlunoAvaliacao_930925_1620" value="89293432" type="hidden">
                <input name="nr_Nota_930925_1620" id="nr_Nota_930925_1620" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_930925_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_930925_1730" id="ci_AlunoAvaliacao_930925_1730" value="89295927" type="hidden">
                <input name="nr_Nota_930925_1730" id="nr_Nota_930925_1730" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;29119&nbsp;ANDERSON DA SILVA PEREIRA
              <input id="cd_Aluno_7" name="cd_Aluno_7" value="29119" type="hidden"></td>
            
            <td id="colunaNotaAluno_29119_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_29119_154" id="ci_AlunoAvaliacao_29119_154" value="89745474" type="hidden">
                <input name="nr_Nota_29119_154" id="nr_Nota_29119_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_29119_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_29119_160" id="ci_AlunoAvaliacao_29119_160" value="89294503" type="hidden">
                <input name="nr_Nota_29119_160" id="nr_Nota_29119_160" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_29119_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_29119_530" id="ci_AlunoAvaliacao_29119_530" value="89916102" type="hidden">
                <input name="nr_Nota_29119_530" id="nr_Nota_29119_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_29119_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_29119_780" id="ci_AlunoAvaliacao_29119_780" value="88756754" type="hidden">
                <input name="nr_Nota_29119_780" id="nr_Nota_29119_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_29119_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_29119_800" id="ci_AlunoAvaliacao_29119_800" value="89935636" type="hidden">
                <input name="nr_Nota_29119_800" id="nr_Nota_29119_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_29119_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_29119_890" id="ci_AlunoAvaliacao_29119_890" value="88762920" type="hidden">
                <input name="nr_Nota_29119_890" id="nr_Nota_29119_890" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_29119_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_29119_970" id="ci_AlunoAvaliacao_29119_970" value="88758554" type="hidden">
                <input name="nr_Nota_29119_970" id="nr_Nota_29119_970" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_29119_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_29119_3330" id="ci_AlunoAvaliacao_29119_3330" value="89742672" type="hidden">
                <input name="nr_Nota_29119_3330" id="nr_Nota_29119_3330" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_29119_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_29119_1130" id="ci_AlunoAvaliacao_29119_1130" value="89747803" type="hidden">
                <input name="nr_Nota_29119_1130" id="nr_Nota_29119_1130" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_29119_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_29119_1140" id="ci_AlunoAvaliacao_29119_1140" value="89743849" type="hidden">
                <input name="nr_Nota_29119_1140" id="nr_Nota_29119_1140" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_29119_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_29119_1200" id="ci_AlunoAvaliacao_29119_1200" value="89741074" type="hidden">
                <input name="nr_Nota_29119_1200" id="nr_Nota_29119_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_29119_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_29119_1620" id="ci_AlunoAvaliacao_29119_1620" value="89293433" type="hidden">
                <input name="nr_Nota_29119_1620" id="nr_Nota_29119_1620" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_29119_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_29119_1730" id="ci_AlunoAvaliacao_29119_1730" value="89295928" type="hidden">
                <input name="nr_Nota_29119_1730" id="nr_Nota_29119_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1197582&nbsp;BIANCA DE CASTRO BARRETO
              <input id="cd_Aluno_8" name="cd_Aluno_8" value="1197582" type="hidden"></td>
            
            <td id="colunaNotaAluno_1197582_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197582_154" id="ci_AlunoAvaliacao_1197582_154" value="89745476" type="hidden">
                <input name="nr_Nota_1197582_154" id="nr_Nota_1197582_154" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197582_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197582_160" id="ci_AlunoAvaliacao_1197582_160" value="89294504" type="hidden">
                <input name="nr_Nota_1197582_160" id="nr_Nota_1197582_160" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197582_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197582_530" id="ci_AlunoAvaliacao_1197582_530" value="89916103" type="hidden">
                <input name="nr_Nota_1197582_530" id="nr_Nota_1197582_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197582_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197582_780" id="ci_AlunoAvaliacao_1197582_780" value="88756755" type="hidden">
                <input name="nr_Nota_1197582_780" id="nr_Nota_1197582_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197582_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197582_800" id="ci_AlunoAvaliacao_1197582_800" value="89935637" type="hidden">
                <input name="nr_Nota_1197582_800" id="nr_Nota_1197582_800" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197582_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197582_890" id="ci_AlunoAvaliacao_1197582_890" value="88762921" type="hidden">
                <input name="nr_Nota_1197582_890" id="nr_Nota_1197582_890" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197582_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197582_970" id="ci_AlunoAvaliacao_1197582_970" value="88758557" type="hidden">
                <input name="nr_Nota_1197582_970" id="nr_Nota_1197582_970" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197582_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197582_3330" id="ci_AlunoAvaliacao_1197582_3330" value="89742673" type="hidden">
                <input name="nr_Nota_1197582_3330" id="nr_Nota_1197582_3330" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197582_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197582_1130" id="ci_AlunoAvaliacao_1197582_1130" value="89747804" type="hidden">
                <input name="nr_Nota_1197582_1130" id="nr_Nota_1197582_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197582_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197582_1140" id="ci_AlunoAvaliacao_1197582_1140" value="89743850" type="hidden">
                <input name="nr_Nota_1197582_1140" id="nr_Nota_1197582_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197582_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197582_1200" id="ci_AlunoAvaliacao_1197582_1200" value="89741075" type="hidden">
                <input name="nr_Nota_1197582_1200" id="nr_Nota_1197582_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197582_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197582_1620" id="ci_AlunoAvaliacao_1197582_1620" value="89293434" type="hidden">
                <input name="nr_Nota_1197582_1620" id="nr_Nota_1197582_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197582_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197582_1730" id="ci_AlunoAvaliacao_1197582_1730" value="89295929" type="hidden">
                <input name="nr_Nota_1197582_1730" id="nr_Nota_1197582_1730" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1202378&nbsp;CATHERINE CORREIA
              <input id="cd_Aluno_9" name="cd_Aluno_9" value="1202378" type="hidden"></td>
            
            <td id="colunaNotaAluno_1202378_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202378_154" id="ci_AlunoAvaliacao_1202378_154" value="89745478" type="hidden">
                <input name="nr_Nota_1202378_154" id="nr_Nota_1202378_154" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202378_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202378_160" id="ci_AlunoAvaliacao_1202378_160" value="89294505" type="hidden">
                <input name="nr_Nota_1202378_160" id="nr_Nota_1202378_160" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202378_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202378_530" id="ci_AlunoAvaliacao_1202378_530" value="89916104" type="hidden">
                <input name="nr_Nota_1202378_530" id="nr_Nota_1202378_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202378_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202378_780" id="ci_AlunoAvaliacao_1202378_780" value="88756756" type="hidden">
                <input name="nr_Nota_1202378_780" id="nr_Nota_1202378_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202378_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202378_800" id="ci_AlunoAvaliacao_1202378_800" value="89935638" type="hidden">
                <input name="nr_Nota_1202378_800" id="nr_Nota_1202378_800" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202378_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202378_890" id="ci_AlunoAvaliacao_1202378_890" value="88762922" type="hidden">
                <input name="nr_Nota_1202378_890" id="nr_Nota_1202378_890" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202378_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202378_970" id="ci_AlunoAvaliacao_1202378_970" value="88758558" type="hidden">
                <input name="nr_Nota_1202378_970" id="nr_Nota_1202378_970" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202378_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202378_3330" id="ci_AlunoAvaliacao_1202378_3330" value="89742674" type="hidden">
                <input name="nr_Nota_1202378_3330" id="nr_Nota_1202378_3330" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202378_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202378_1130" id="ci_AlunoAvaliacao_1202378_1130" value="89747805" type="hidden">
                <input name="nr_Nota_1202378_1130" id="nr_Nota_1202378_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202378_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202378_1140" id="ci_AlunoAvaliacao_1202378_1140" value="89743851" type="hidden">
                <input name="nr_Nota_1202378_1140" id="nr_Nota_1202378_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202378_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202378_1200" id="ci_AlunoAvaliacao_1202378_1200" value="89741076" type="hidden">
                <input name="nr_Nota_1202378_1200" id="nr_Nota_1202378_1200" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202378_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202378_1620" id="ci_AlunoAvaliacao_1202378_1620" value="89293435" type="hidden">
                <input name="nr_Nota_1202378_1620" id="nr_Nota_1202378_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202378_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202378_1730" id="ci_AlunoAvaliacao_1202378_1730" value="89295930" type="hidden">
                <input name="nr_Nota_1202378_1730" id="nr_Nota_1202378_1730" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;902309&nbsp;DEBORA DE LIMA PERES
              <input id="cd_Aluno_10" name="cd_Aluno_10" value="902309" type="hidden"></td>
            
            <td id="colunaNotaAluno_902309_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902309_154" id="ci_AlunoAvaliacao_902309_154" value="89745480" type="hidden">
                <input name="nr_Nota_902309_154" id="nr_Nota_902309_154" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902309_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902309_160" id="ci_AlunoAvaliacao_902309_160" value="89294506" type="hidden">
                <input name="nr_Nota_902309_160" id="nr_Nota_902309_160" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902309_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902309_530" id="ci_AlunoAvaliacao_902309_530" value="89916105" type="hidden">
                <input name="nr_Nota_902309_530" id="nr_Nota_902309_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902309_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902309_780" id="ci_AlunoAvaliacao_902309_780" value="88756757" type="hidden">
                <input name="nr_Nota_902309_780" id="nr_Nota_902309_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902309_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902309_800" id="ci_AlunoAvaliacao_902309_800" value="89935639" type="hidden">
                <input name="nr_Nota_902309_800" id="nr_Nota_902309_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902309_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902309_890" id="ci_AlunoAvaliacao_902309_890" value="88762923" type="hidden">
                <input name="nr_Nota_902309_890" id="nr_Nota_902309_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902309_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902309_970" id="ci_AlunoAvaliacao_902309_970" value="88758560" type="hidden">
                <input name="nr_Nota_902309_970" id="nr_Nota_902309_970" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902309_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902309_3330" id="ci_AlunoAvaliacao_902309_3330" value="89742675" type="hidden">
                <input name="nr_Nota_902309_3330" id="nr_Nota_902309_3330" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902309_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902309_1130" id="ci_AlunoAvaliacao_902309_1130" value="89747806" type="hidden">
                <input name="nr_Nota_902309_1130" id="nr_Nota_902309_1130" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902309_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902309_1140" id="ci_AlunoAvaliacao_902309_1140" value="89743852" type="hidden">
                <input name="nr_Nota_902309_1140" id="nr_Nota_902309_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902309_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902309_1200" id="ci_AlunoAvaliacao_902309_1200" value="89741077" type="hidden">
                <input name="nr_Nota_902309_1200" id="nr_Nota_902309_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902309_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902309_1620" id="ci_AlunoAvaliacao_902309_1620" value="89293436" type="hidden">
                <input name="nr_Nota_902309_1620" id="nr_Nota_902309_1620" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_902309_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_902309_1730" id="ci_AlunoAvaliacao_902309_1730" value="89295931" type="hidden">
                <input name="nr_Nota_902309_1730" id="nr_Nota_902309_1730" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1170822&nbsp;DEBORA SANTOS DE OLIVEIRA
              <input id="cd_Aluno_11" name="cd_Aluno_11" value="1170822" type="hidden"></td>
            
            <td id="colunaNotaAluno_1170822_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1170822_154" id="ci_AlunoAvaliacao_1170822_154" value="89745482" type="hidden">
                <input name="nr_Nota_1170822_154" id="nr_Nota_1170822_154" value="1,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1170822_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1170822_160" id="ci_AlunoAvaliacao_1170822_160" value="89294507" type="hidden">
                <input name="nr_Nota_1170822_160" id="nr_Nota_1170822_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1170822_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1170822_530" id="ci_AlunoAvaliacao_1170822_530" value="89916106" type="hidden">
                <input name="nr_Nota_1170822_530" id="nr_Nota_1170822_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1170822_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1170822_780" id="ci_AlunoAvaliacao_1170822_780" value="88756758" type="hidden">
                <input name="nr_Nota_1170822_780" id="nr_Nota_1170822_780" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1170822_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1170822_800" id="ci_AlunoAvaliacao_1170822_800" value="89935640" type="hidden">
                <input name="nr_Nota_1170822_800" id="nr_Nota_1170822_800" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1170822_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1170822_890" id="ci_AlunoAvaliacao_1170822_890" value="88762924" type="hidden">
                <input name="nr_Nota_1170822_890" id="nr_Nota_1170822_890" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1170822_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1170822_970" id="ci_AlunoAvaliacao_1170822_970" value="88758561" type="hidden">
                <input name="nr_Nota_1170822_970" id="nr_Nota_1170822_970" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1170822_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1170822_3330" id="ci_AlunoAvaliacao_1170822_3330" value="89742676" type="hidden">
                <input name="nr_Nota_1170822_3330" id="nr_Nota_1170822_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1170822_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1170822_1130" id="ci_AlunoAvaliacao_1170822_1130" value="89747807" type="hidden">
                <input name="nr_Nota_1170822_1130" id="nr_Nota_1170822_1130" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1170822_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1170822_1140" id="ci_AlunoAvaliacao_1170822_1140" value="89743853" type="hidden">
                <input name="nr_Nota_1170822_1140" id="nr_Nota_1170822_1140" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1170822_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1170822_1200" id="ci_AlunoAvaliacao_1170822_1200" value="89741078" type="hidden">
                <input name="nr_Nota_1170822_1200" id="nr_Nota_1170822_1200" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1170822_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1170822_1620" id="ci_AlunoAvaliacao_1170822_1620" value="89293437" type="hidden">
                <input name="nr_Nota_1170822_1620" id="nr_Nota_1170822_1620" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1170822_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1170822_1730" id="ci_AlunoAvaliacao_1170822_1730" value="89295932" type="hidden">
                <input name="nr_Nota_1170822_1730" id="nr_Nota_1170822_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1174547&nbsp;EDNYLTON DA SILVA SANTOS
              <input id="cd_Aluno_12" name="cd_Aluno_12" value="1174547" type="hidden"></td>
            
            <td id="colunaNotaAluno_1174547_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1174547_154" id="ci_AlunoAvaliacao_1174547_154" value="89745484" type="hidden">
                <input name="nr_Nota_1174547_154" id="nr_Nota_1174547_154" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1174547_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1174547_160" id="ci_AlunoAvaliacao_1174547_160" value="89294508" type="hidden">
                <input name="nr_Nota_1174547_160" id="nr_Nota_1174547_160" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1174547_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1174547_530" id="ci_AlunoAvaliacao_1174547_530" value="89916107" type="hidden">
                <input name="nr_Nota_1174547_530" id="nr_Nota_1174547_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1174547_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1174547_780" id="ci_AlunoAvaliacao_1174547_780" value="88756759" type="hidden">
                <input name="nr_Nota_1174547_780" id="nr_Nota_1174547_780" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1174547_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1174547_800" id="ci_AlunoAvaliacao_1174547_800" value="89935641" type="hidden">
                <input name="nr_Nota_1174547_800" id="nr_Nota_1174547_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1174547_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1174547_890" id="ci_AlunoAvaliacao_1174547_890" value="88762925" type="hidden">
                <input name="nr_Nota_1174547_890" id="nr_Nota_1174547_890" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1174547_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1174547_970" id="ci_AlunoAvaliacao_1174547_970" value="88758563" type="hidden">
                <input name="nr_Nota_1174547_970" id="nr_Nota_1174547_970" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1174547_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1174547_3330" id="ci_AlunoAvaliacao_1174547_3330" value="89742677" type="hidden">
                <input name="nr_Nota_1174547_3330" id="nr_Nota_1174547_3330" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1174547_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1174547_1130" id="ci_AlunoAvaliacao_1174547_1130" value="89747808" type="hidden">
                <input name="nr_Nota_1174547_1130" id="nr_Nota_1174547_1130" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1174547_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1174547_1140" id="ci_AlunoAvaliacao_1174547_1140" value="89743854" type="hidden">
                <input name="nr_Nota_1174547_1140" id="nr_Nota_1174547_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1174547_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1174547_1200" id="ci_AlunoAvaliacao_1174547_1200" value="89741079" type="hidden">
                <input name="nr_Nota_1174547_1200" id="nr_Nota_1174547_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1174547_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1174547_1620" id="ci_AlunoAvaliacao_1174547_1620" value="89293438" type="hidden">
                <input name="nr_Nota_1174547_1620" id="nr_Nota_1174547_1620" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1174547_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1174547_1730" id="ci_AlunoAvaliacao_1174547_1730" value="89295933" type="hidden">
                <input name="nr_Nota_1174547_1730" id="nr_Nota_1174547_1730" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1196256&nbsp;ERICK ERMESSON DE LIMA COSTA
              <input id="cd_Aluno_13" name="cd_Aluno_13" value="1196256" type="hidden"></td>
            
            <td id="colunaNotaAluno_1196256_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196256_154" id="ci_AlunoAvaliacao_1196256_154" value="89745486" type="hidden">
                <input name="nr_Nota_1196256_154" id="nr_Nota_1196256_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196256_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196256_160" id="ci_AlunoAvaliacao_1196256_160" value="89294509" type="hidden">
                <input name="nr_Nota_1196256_160" id="nr_Nota_1196256_160" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196256_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196256_530" id="ci_AlunoAvaliacao_1196256_530" value="89916108" type="hidden">
                <input name="nr_Nota_1196256_530" id="nr_Nota_1196256_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196256_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196256_780" id="ci_AlunoAvaliacao_1196256_780" value="88756760" type="hidden">
                <input name="nr_Nota_1196256_780" id="nr_Nota_1196256_780" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196256_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196256_800" id="ci_AlunoAvaliacao_1196256_800" value="89935642" type="hidden">
                <input name="nr_Nota_1196256_800" id="nr_Nota_1196256_800" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196256_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196256_890" id="ci_AlunoAvaliacao_1196256_890" value="88762926" type="hidden">
                <input name="nr_Nota_1196256_890" id="nr_Nota_1196256_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196256_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196256_970" id="ci_AlunoAvaliacao_1196256_970" value="88758565" type="hidden">
                <input name="nr_Nota_1196256_970" id="nr_Nota_1196256_970" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196256_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196256_3330" id="ci_AlunoAvaliacao_1196256_3330" value="89742678" type="hidden">
                <input name="nr_Nota_1196256_3330" id="nr_Nota_1196256_3330" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196256_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196256_1130" id="ci_AlunoAvaliacao_1196256_1130" value="89747809" type="hidden">
                <input name="nr_Nota_1196256_1130" id="nr_Nota_1196256_1130" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196256_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196256_1140" id="ci_AlunoAvaliacao_1196256_1140" value="89743855" type="hidden">
                <input name="nr_Nota_1196256_1140" id="nr_Nota_1196256_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196256_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196256_1200" id="ci_AlunoAvaliacao_1196256_1200" value="89741080" type="hidden">
                <input name="nr_Nota_1196256_1200" id="nr_Nota_1196256_1200" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196256_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196256_1620" id="ci_AlunoAvaliacao_1196256_1620" value="89293439" type="hidden">
                <input name="nr_Nota_1196256_1620" id="nr_Nota_1196256_1620" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1196256_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1196256_1730" id="ci_AlunoAvaliacao_1196256_1730" value="89295934" type="hidden">
                <input name="nr_Nota_1196256_1730" id="nr_Nota_1196256_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;903531&nbsp;FELIPE MEDEIROS DE SOUSA
              <input id="cd_Aluno_14" name="cd_Aluno_14" value="903531" type="hidden"></td>
            
            <td id="colunaNotaAluno_903531_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903531_154" id="ci_AlunoAvaliacao_903531_154" value="89745488" type="hidden">
                <input name="nr_Nota_903531_154" id="nr_Nota_903531_154" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903531_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903531_160" id="ci_AlunoAvaliacao_903531_160" value="89294511" type="hidden">
                <input name="nr_Nota_903531_160" id="nr_Nota_903531_160" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903531_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903531_530" id="ci_AlunoAvaliacao_903531_530" value="89916110" type="hidden">
                <input name="nr_Nota_903531_530" id="nr_Nota_903531_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903531_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903531_780" id="ci_AlunoAvaliacao_903531_780" value="88756762" type="hidden">
                <input name="nr_Nota_903531_780" id="nr_Nota_903531_780" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903531_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903531_800" id="ci_AlunoAvaliacao_903531_800" value="89935644" type="hidden">
                <input name="nr_Nota_903531_800" id="nr_Nota_903531_800" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903531_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903531_890" id="ci_AlunoAvaliacao_903531_890" value="88762928" type="hidden">
                <input name="nr_Nota_903531_890" id="nr_Nota_903531_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903531_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903531_970" id="ci_AlunoAvaliacao_903531_970" value="88758568" type="hidden">
                <input name="nr_Nota_903531_970" id="nr_Nota_903531_970" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903531_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903531_3330" id="ci_AlunoAvaliacao_903531_3330" value="89742680" type="hidden">
                <input name="nr_Nota_903531_3330" id="nr_Nota_903531_3330" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903531_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903531_1130" id="ci_AlunoAvaliacao_903531_1130" value="89747811" type="hidden">
                <input name="nr_Nota_903531_1130" id="nr_Nota_903531_1130" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903531_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903531_1140" id="ci_AlunoAvaliacao_903531_1140" value="89743857" type="hidden">
                <input name="nr_Nota_903531_1140" id="nr_Nota_903531_1140" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903531_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903531_1200" id="ci_AlunoAvaliacao_903531_1200" value="89741082" type="hidden">
                <input name="nr_Nota_903531_1200" id="nr_Nota_903531_1200" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903531_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903531_1620" id="ci_AlunoAvaliacao_903531_1620" value="89293441" type="hidden">
                <input name="nr_Nota_903531_1620" id="nr_Nota_903531_1620" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_903531_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_903531_1730" id="ci_AlunoAvaliacao_903531_1730" value="89295936" type="hidden">
                <input name="nr_Nota_903531_1730" id="nr_Nota_903531_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1197137&nbsp;FRANCISCO GTLEDYSON MAXIMO DA SILVA
              <input id="cd_Aluno_15" name="cd_Aluno_15" value="1197137" type="hidden"></td>
            
            <td id="colunaNotaAluno_1197137_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197137_154" id="ci_AlunoAvaliacao_1197137_154" value="89745492" type="hidden">
                <input name="nr_Nota_1197137_154" id="nr_Nota_1197137_154" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197137_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197137_160" id="ci_AlunoAvaliacao_1197137_160" value="89294512" type="hidden">
                <input name="nr_Nota_1197137_160" id="nr_Nota_1197137_160" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197137_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197137_530" id="ci_AlunoAvaliacao_1197137_530" value="89916111" type="hidden">
                <input name="nr_Nota_1197137_530" id="nr_Nota_1197137_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197137_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197137_780" id="ci_AlunoAvaliacao_1197137_780" value="88756763" type="hidden">
                <input name="nr_Nota_1197137_780" id="nr_Nota_1197137_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197137_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197137_800" id="ci_AlunoAvaliacao_1197137_800" value="89935645" type="hidden">
                <input name="nr_Nota_1197137_800" id="nr_Nota_1197137_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197137_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197137_890" id="ci_AlunoAvaliacao_1197137_890" value="88762929" type="hidden">
                <input name="nr_Nota_1197137_890" id="nr_Nota_1197137_890" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197137_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197137_970" id="ci_AlunoAvaliacao_1197137_970" value="88758569" type="hidden">
                <input name="nr_Nota_1197137_970" id="nr_Nota_1197137_970" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197137_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197137_3330" id="ci_AlunoAvaliacao_1197137_3330" value="89742681" type="hidden">
                <input name="nr_Nota_1197137_3330" id="nr_Nota_1197137_3330" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197137_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197137_1130" id="ci_AlunoAvaliacao_1197137_1130" value="89747812" type="hidden">
                <input name="nr_Nota_1197137_1130" id="nr_Nota_1197137_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197137_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197137_1140" id="ci_AlunoAvaliacao_1197137_1140" value="89743858" type="hidden">
                <input name="nr_Nota_1197137_1140" id="nr_Nota_1197137_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197137_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197137_1200" id="ci_AlunoAvaliacao_1197137_1200" value="89741083" type="hidden">
                <input name="nr_Nota_1197137_1200" id="nr_Nota_1197137_1200" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197137_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197137_1620" id="ci_AlunoAvaliacao_1197137_1620" value="89293442" type="hidden">
                <input name="nr_Nota_1197137_1620" id="nr_Nota_1197137_1620" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1197137_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1197137_1730" id="ci_AlunoAvaliacao_1197137_1730" value="89295937" type="hidden">
                <input name="nr_Nota_1197137_1730" id="nr_Nota_1197137_1730" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1201444&nbsp;FRANCISCO HERMENSON DOS SANTOS OLIVEIRA
              <input id="cd_Aluno_16" name="cd_Aluno_16" value="1201444" type="hidden"></td>
            
            <td id="colunaNotaAluno_1201444_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201444_154" id="ci_AlunoAvaliacao_1201444_154" value="89745494" type="hidden">
                <input name="nr_Nota_1201444_154" id="nr_Nota_1201444_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201444_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201444_160" id="ci_AlunoAvaliacao_1201444_160" value="89294513" type="hidden">
                <input name="nr_Nota_1201444_160" id="nr_Nota_1201444_160" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201444_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201444_530" id="ci_AlunoAvaliacao_1201444_530" value="89916112" type="hidden">
                <input name="nr_Nota_1201444_530" id="nr_Nota_1201444_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201444_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201444_780" id="ci_AlunoAvaliacao_1201444_780" value="88756764" type="hidden">
                <input name="nr_Nota_1201444_780" id="nr_Nota_1201444_780" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201444_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201444_800" id="ci_AlunoAvaliacao_1201444_800" value="89935646" type="hidden">
                <input name="nr_Nota_1201444_800" id="nr_Nota_1201444_800" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201444_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201444_890" id="ci_AlunoAvaliacao_1201444_890" value="88762930" type="hidden">
                <input name="nr_Nota_1201444_890" id="nr_Nota_1201444_890" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201444_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201444_970" id="ci_AlunoAvaliacao_1201444_970" value="88758570" type="hidden">
                <input name="nr_Nota_1201444_970" id="nr_Nota_1201444_970" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201444_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201444_3330" id="ci_AlunoAvaliacao_1201444_3330" value="89742682" type="hidden">
                <input name="nr_Nota_1201444_3330" id="nr_Nota_1201444_3330" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201444_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201444_1130" id="ci_AlunoAvaliacao_1201444_1130" value="89747813" type="hidden">
                <input name="nr_Nota_1201444_1130" id="nr_Nota_1201444_1130" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201444_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201444_1140" id="ci_AlunoAvaliacao_1201444_1140" value="89743859" type="hidden">
                <input name="nr_Nota_1201444_1140" id="nr_Nota_1201444_1140" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201444_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201444_1200" id="ci_AlunoAvaliacao_1201444_1200" value="89741084" type="hidden">
                <input name="nr_Nota_1201444_1200" id="nr_Nota_1201444_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201444_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201444_1620" id="ci_AlunoAvaliacao_1201444_1620" value="89293443" type="hidden">
                <input name="nr_Nota_1201444_1620" id="nr_Nota_1201444_1620" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201444_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201444_1730" id="ci_AlunoAvaliacao_1201444_1730" value="89295938" type="hidden">
                <input name="nr_Nota_1201444_1730" id="nr_Nota_1201444_1730" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;720487&nbsp;FRANCISCO TIAGO SILVA DO NASCIMENTO
              <input id="cd_Aluno_17" name="cd_Aluno_17" value="720487" type="hidden"></td>
            
            <td id="colunaNotaAluno_720487_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_720487_154" id="ci_AlunoAvaliacao_720487_154" value="89745496" type="hidden">
                <input name="nr_Nota_720487_154" id="nr_Nota_720487_154" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_720487_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_720487_160" id="ci_AlunoAvaliacao_720487_160" value="89294514" type="hidden">
                <input name="nr_Nota_720487_160" id="nr_Nota_720487_160" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_720487_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_720487_530" id="ci_AlunoAvaliacao_720487_530" value="89916114" type="hidden">
                <input name="nr_Nota_720487_530" id="nr_Nota_720487_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_720487_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_720487_780" id="ci_AlunoAvaliacao_720487_780" value="88756765" type="hidden">
                <input name="nr_Nota_720487_780" id="nr_Nota_720487_780" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_720487_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_720487_800" id="ci_AlunoAvaliacao_720487_800" value="89935647" type="hidden">
                <input name="nr_Nota_720487_800" id="nr_Nota_720487_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_720487_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_720487_890" id="ci_AlunoAvaliacao_720487_890" value="88762931" type="hidden">
                <input name="nr_Nota_720487_890" id="nr_Nota_720487_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_720487_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_720487_970" id="ci_AlunoAvaliacao_720487_970" value="88758571" type="hidden">
                <input name="nr_Nota_720487_970" id="nr_Nota_720487_970" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_720487_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_720487_3330" id="ci_AlunoAvaliacao_720487_3330" value="89742683" type="hidden">
                <input name="nr_Nota_720487_3330" id="nr_Nota_720487_3330" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_720487_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_720487_1130" id="ci_AlunoAvaliacao_720487_1130" value="89747814" type="hidden">
                <input name="nr_Nota_720487_1130" id="nr_Nota_720487_1130" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_720487_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_720487_1140" id="ci_AlunoAvaliacao_720487_1140" value="89743860" type="hidden">
                <input name="nr_Nota_720487_1140" id="nr_Nota_720487_1140" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_720487_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_720487_1200" id="ci_AlunoAvaliacao_720487_1200" value="89741085" type="hidden">
                <input name="nr_Nota_720487_1200" id="nr_Nota_720487_1200" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_720487_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_720487_1620" id="ci_AlunoAvaliacao_720487_1620" value="89293444" type="hidden">
                <input name="nr_Nota_720487_1620" id="nr_Nota_720487_1620" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_720487_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_720487_1730" id="ci_AlunoAvaliacao_720487_1730" value="89295939" type="hidden">
                <input name="nr_Nota_720487_1730" id="nr_Nota_720487_1730" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1475974&nbsp;JOSE ADRIANO DA SILVA CORREIA
              <input id="cd_Aluno_18" name="cd_Aluno_18" value="1475974" type="hidden"></td>
            
            <td id="colunaNotaAluno_1475974_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1475974_154" id="ci_AlunoAvaliacao_1475974_154" value="89745501" type="hidden">
                <input name="nr_Nota_1475974_154" id="nr_Nota_1475974_154" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1475974_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1475974_160" id="ci_AlunoAvaliacao_1475974_160" value="89294516" type="hidden">
                <input name="nr_Nota_1475974_160" id="nr_Nota_1475974_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1475974_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1475974_530" id="ci_AlunoAvaliacao_1475974_530" value="89916116" type="hidden">
                <input name="nr_Nota_1475974_530" id="nr_Nota_1475974_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1475974_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1475974_780" id="ci_AlunoAvaliacao_1475974_780" value="88756767" type="hidden">
                <input name="nr_Nota_1475974_780" id="nr_Nota_1475974_780" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1475974_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1475974_800" id="ci_AlunoAvaliacao_1475974_800" value="89935649" type="hidden">
                <input name="nr_Nota_1475974_800" id="nr_Nota_1475974_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1475974_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1475974_890" id="ci_AlunoAvaliacao_1475974_890" value="88762933" type="hidden">
                <input name="nr_Nota_1475974_890" id="nr_Nota_1475974_890" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1475974_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1475974_970" id="ci_AlunoAvaliacao_1475974_970" value="88758575" type="hidden">
                <input name="nr_Nota_1475974_970" id="nr_Nota_1475974_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1475974_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1475974_3330" id="ci_AlunoAvaliacao_1475974_3330" value="89742685" type="hidden">
                <input name="nr_Nota_1475974_3330" id="nr_Nota_1475974_3330" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1475974_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1475974_1130" id="ci_AlunoAvaliacao_1475974_1130" value="89747816" type="hidden">
                <input name="nr_Nota_1475974_1130" id="nr_Nota_1475974_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1475974_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1475974_1140" id="ci_AlunoAvaliacao_1475974_1140" value="89743862" type="hidden">
                <input name="nr_Nota_1475974_1140" id="nr_Nota_1475974_1140" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1475974_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1475974_1200" id="ci_AlunoAvaliacao_1475974_1200" value="89741087" type="hidden">
                <input name="nr_Nota_1475974_1200" id="nr_Nota_1475974_1200" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1475974_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1475974_1620" id="ci_AlunoAvaliacao_1475974_1620" value="89293446" type="hidden">
                <input name="nr_Nota_1475974_1620" id="nr_Nota_1475974_1620" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1475974_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1475974_1730" id="ci_AlunoAvaliacao_1475974_1730" value="89295941" type="hidden">
                <input name="nr_Nota_1475974_1730" id="nr_Nota_1475974_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1201886&nbsp;JAQUELINE CAMPOS BEZERRA
              <input id="cd_Aluno_19" name="cd_Aluno_19" value="1201886" type="hidden"></td>
            
            <td id="colunaNotaAluno_1201886_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201886_154" id="ci_AlunoAvaliacao_1201886_154" value="89745503" type="hidden">
                <input name="nr_Nota_1201886_154" id="nr_Nota_1201886_154" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201886_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201886_160" id="ci_AlunoAvaliacao_1201886_160" value="89294517" type="hidden">
                <input name="nr_Nota_1201886_160" id="nr_Nota_1201886_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201886_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201886_530" id="ci_AlunoAvaliacao_1201886_530" value="89916118" type="hidden">
                <input name="nr_Nota_1201886_530" id="nr_Nota_1201886_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201886_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201886_780" id="ci_AlunoAvaliacao_1201886_780" value="88756768" type="hidden">
                <input name="nr_Nota_1201886_780" id="nr_Nota_1201886_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201886_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201886_800" id="ci_AlunoAvaliacao_1201886_800" value="89935650" type="hidden">
                <input name="nr_Nota_1201886_800" id="nr_Nota_1201886_800" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201886_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201886_890" id="ci_AlunoAvaliacao_1201886_890" value="88762934" type="hidden">
                <input name="nr_Nota_1201886_890" id="nr_Nota_1201886_890" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201886_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201886_970" id="ci_AlunoAvaliacao_1201886_970" value="88758576" type="hidden">
                <input name="nr_Nota_1201886_970" id="nr_Nota_1201886_970" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201886_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201886_3330" id="ci_AlunoAvaliacao_1201886_3330" value="89742686" type="hidden">
                <input name="nr_Nota_1201886_3330" id="nr_Nota_1201886_3330" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201886_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201886_1130" id="ci_AlunoAvaliacao_1201886_1130" value="89747817" type="hidden">
                <input name="nr_Nota_1201886_1130" id="nr_Nota_1201886_1130" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201886_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201886_1140" id="ci_AlunoAvaliacao_1201886_1140" value="89743863" type="hidden">
                <input name="nr_Nota_1201886_1140" id="nr_Nota_1201886_1140" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201886_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201886_1200" id="ci_AlunoAvaliacao_1201886_1200" value="89741088" type="hidden">
                <input name="nr_Nota_1201886_1200" id="nr_Nota_1201886_1200" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201886_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201886_1620" id="ci_AlunoAvaliacao_1201886_1620" value="89293447" type="hidden">
                <input name="nr_Nota_1201886_1620" id="nr_Nota_1201886_1620" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1201886_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1201886_1730" id="ci_AlunoAvaliacao_1201886_1730" value="89295942" type="hidden">
                <input name="nr_Nota_1201886_1730" id="nr_Nota_1201886_1730" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;894844&nbsp;JARDESSON VIEIRA VERAS
              <input id="cd_Aluno_20" name="cd_Aluno_20" value="894844" type="hidden"></td>
            
            <td id="colunaNotaAluno_894844_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894844_154" id="ci_AlunoAvaliacao_894844_154" value="89745505" type="hidden">
                <input name="nr_Nota_894844_154" id="nr_Nota_894844_154" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894844_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894844_160" id="ci_AlunoAvaliacao_894844_160" value="89294518" type="hidden">
                <input name="nr_Nota_894844_160" id="nr_Nota_894844_160" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894844_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894844_530" id="ci_AlunoAvaliacao_894844_530" value="89916119" type="hidden">
                <input name="nr_Nota_894844_530" id="nr_Nota_894844_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894844_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894844_780" id="ci_AlunoAvaliacao_894844_780" value="88756769" type="hidden">
                <input name="nr_Nota_894844_780" id="nr_Nota_894844_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894844_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894844_800" id="ci_AlunoAvaliacao_894844_800" value="89935651" type="hidden">
                <input name="nr_Nota_894844_800" id="nr_Nota_894844_800" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894844_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894844_890" id="ci_AlunoAvaliacao_894844_890" value="88762935" type="hidden">
                <input name="nr_Nota_894844_890" id="nr_Nota_894844_890" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894844_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894844_970" id="ci_AlunoAvaliacao_894844_970" value="88758577" type="hidden">
                <input name="nr_Nota_894844_970" id="nr_Nota_894844_970" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894844_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894844_3330" id="ci_AlunoAvaliacao_894844_3330" value="89742687" type="hidden">
                <input name="nr_Nota_894844_3330" id="nr_Nota_894844_3330" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894844_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894844_1130" id="ci_AlunoAvaliacao_894844_1130" value="89747818" type="hidden">
                <input name="nr_Nota_894844_1130" id="nr_Nota_894844_1130" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894844_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894844_1140" id="ci_AlunoAvaliacao_894844_1140" value="89743864" type="hidden">
                <input name="nr_Nota_894844_1140" id="nr_Nota_894844_1140" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894844_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894844_1200" id="ci_AlunoAvaliacao_894844_1200" value="89741089" type="hidden">
                <input name="nr_Nota_894844_1200" id="nr_Nota_894844_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894844_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894844_1620" id="ci_AlunoAvaliacao_894844_1620" value="89293448" type="hidden">
                <input name="nr_Nota_894844_1620" id="nr_Nota_894844_1620" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_894844_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_894844_1730" id="ci_AlunoAvaliacao_894844_1730" value="89295943" type="hidden">
                <input name="nr_Nota_894844_1730" id="nr_Nota_894844_1730" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;908776&nbsp;JOSE WANDERLEY DOS SANTOS CUNHA
              <input id="cd_Aluno_21" name="cd_Aluno_21" value="908776" type="hidden"></td>
            
            <td id="colunaNotaAluno_908776_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_908776_154" id="ci_AlunoAvaliacao_908776_154" value="89745509" type="hidden">
                <input name="nr_Nota_908776_154" id="nr_Nota_908776_154" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_908776_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_908776_160" id="ci_AlunoAvaliacao_908776_160" value="89294519" type="hidden">
                <input name="nr_Nota_908776_160" id="nr_Nota_908776_160" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_908776_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_908776_530" id="ci_AlunoAvaliacao_908776_530" value="89916120" type="hidden">
                <input name="nr_Nota_908776_530" id="nr_Nota_908776_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_908776_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_908776_780" id="ci_AlunoAvaliacao_908776_780" value="88756770" type="hidden">
                <input name="nr_Nota_908776_780" id="nr_Nota_908776_780" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_908776_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_908776_800" id="ci_AlunoAvaliacao_908776_800" value="89935652" type="hidden">
                <input name="nr_Nota_908776_800" id="nr_Nota_908776_800" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_908776_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_908776_890" id="ci_AlunoAvaliacao_908776_890" value="88762936" type="hidden">
                <input name="nr_Nota_908776_890" id="nr_Nota_908776_890" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_908776_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_908776_970" id="ci_AlunoAvaliacao_908776_970" value="88758578" type="hidden">
                <input name="nr_Nota_908776_970" id="nr_Nota_908776_970" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_908776_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_908776_3330" id="ci_AlunoAvaliacao_908776_3330" value="89742688" type="hidden">
                <input name="nr_Nota_908776_3330" id="nr_Nota_908776_3330" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_908776_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_908776_1130" id="ci_AlunoAvaliacao_908776_1130" value="89747819" type="hidden">
                <input name="nr_Nota_908776_1130" id="nr_Nota_908776_1130" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_908776_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_908776_1140" id="ci_AlunoAvaliacao_908776_1140" value="89743865" type="hidden">
                <input name="nr_Nota_908776_1140" id="nr_Nota_908776_1140" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_908776_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_908776_1200" id="ci_AlunoAvaliacao_908776_1200" value="89741090" type="hidden">
                <input name="nr_Nota_908776_1200" id="nr_Nota_908776_1200" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_908776_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_908776_1620" id="ci_AlunoAvaliacao_908776_1620" value="89293449" type="hidden">
                <input name="nr_Nota_908776_1620" id="nr_Nota_908776_1620" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_908776_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_908776_1730" id="ci_AlunoAvaliacao_908776_1730" value="89295944" type="hidden">
                <input name="nr_Nota_908776_1730" id="nr_Nota_908776_1730" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;892684&nbsp;JOSIANE LEITAO LOPES
              <input id="cd_Aluno_22" name="cd_Aluno_22" value="892684" type="hidden"></td>
            
            <td id="colunaNotaAluno_892684_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892684_154" id="ci_AlunoAvaliacao_892684_154" value="89745510" type="hidden">
                <input name="nr_Nota_892684_154" id="nr_Nota_892684_154" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892684_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892684_160" id="ci_AlunoAvaliacao_892684_160" value="89294520" type="hidden">
                <input name="nr_Nota_892684_160" id="nr_Nota_892684_160" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892684_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892684_530" id="ci_AlunoAvaliacao_892684_530" value="89916121" type="hidden">
                <input name="nr_Nota_892684_530" id="nr_Nota_892684_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892684_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892684_780" id="ci_AlunoAvaliacao_892684_780" value="88756771" type="hidden">
                <input name="nr_Nota_892684_780" id="nr_Nota_892684_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892684_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892684_800" id="ci_AlunoAvaliacao_892684_800" value="89935653" type="hidden">
                <input name="nr_Nota_892684_800" id="nr_Nota_892684_800" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892684_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892684_890" id="ci_AlunoAvaliacao_892684_890" value="88762937" type="hidden">
                <input name="nr_Nota_892684_890" id="nr_Nota_892684_890" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892684_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892684_970" id="ci_AlunoAvaliacao_892684_970" value="88758579" type="hidden">
                <input name="nr_Nota_892684_970" id="nr_Nota_892684_970" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892684_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892684_3330" id="ci_AlunoAvaliacao_892684_3330" value="89742689" type="hidden">
                <input name="nr_Nota_892684_3330" id="nr_Nota_892684_3330" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892684_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892684_1130" id="ci_AlunoAvaliacao_892684_1130" value="89747820" type="hidden">
                <input name="nr_Nota_892684_1130" id="nr_Nota_892684_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892684_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892684_1140" id="ci_AlunoAvaliacao_892684_1140" value="89743866" type="hidden">
                <input name="nr_Nota_892684_1140" id="nr_Nota_892684_1140" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892684_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892684_1200" id="ci_AlunoAvaliacao_892684_1200" value="89741091" type="hidden">
                <input name="nr_Nota_892684_1200" id="nr_Nota_892684_1200" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892684_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892684_1620" id="ci_AlunoAvaliacao_892684_1620" value="89293450" type="hidden">
                <input name="nr_Nota_892684_1620" id="nr_Nota_892684_1620" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_892684_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_892684_1730" id="ci_AlunoAvaliacao_892684_1730" value="89295945" type="hidden">
                <input name="nr_Nota_892684_1730" id="nr_Nota_892684_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;822218&nbsp;LAIS ARAGAO VIUDEZ
              <input id="cd_Aluno_23" name="cd_Aluno_23" value="822218" type="hidden"></td>
            
            <td id="colunaNotaAluno_822218_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_822218_154" id="ci_AlunoAvaliacao_822218_154" value="89745511" type="hidden">
                <input name="nr_Nota_822218_154" id="nr_Nota_822218_154" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_822218_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_822218_160" id="ci_AlunoAvaliacao_822218_160" value="89294521" type="hidden">
                <input name="nr_Nota_822218_160" id="nr_Nota_822218_160" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_822218_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_822218_530" id="ci_AlunoAvaliacao_822218_530" value="89916122" type="hidden">
                <input name="nr_Nota_822218_530" id="nr_Nota_822218_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_822218_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_822218_780" id="ci_AlunoAvaliacao_822218_780" value="88756772" type="hidden">
                <input name="nr_Nota_822218_780" id="nr_Nota_822218_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_822218_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_822218_800" id="ci_AlunoAvaliacao_822218_800" value="89935654" type="hidden">
                <input name="nr_Nota_822218_800" id="nr_Nota_822218_800" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_822218_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_822218_890" id="ci_AlunoAvaliacao_822218_890" value="88762938" type="hidden">
                <input name="nr_Nota_822218_890" id="nr_Nota_822218_890" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_822218_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_822218_970" id="ci_AlunoAvaliacao_822218_970" value="88758580" type="hidden">
                <input name="nr_Nota_822218_970" id="nr_Nota_822218_970" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_822218_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_822218_3330" id="ci_AlunoAvaliacao_822218_3330" value="89742690" type="hidden">
                <input name="nr_Nota_822218_3330" id="nr_Nota_822218_3330" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_822218_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_822218_1130" id="ci_AlunoAvaliacao_822218_1130" value="89747821" type="hidden">
                <input name="nr_Nota_822218_1130" id="nr_Nota_822218_1130" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_822218_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_822218_1140" id="ci_AlunoAvaliacao_822218_1140" value="89743867" type="hidden">
                <input name="nr_Nota_822218_1140" id="nr_Nota_822218_1140" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_822218_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_822218_1200" id="ci_AlunoAvaliacao_822218_1200" value="89741092" type="hidden">
                <input name="nr_Nota_822218_1200" id="nr_Nota_822218_1200" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_822218_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_822218_1620" id="ci_AlunoAvaliacao_822218_1620" value="89293451" type="hidden">
                <input name="nr_Nota_822218_1620" id="nr_Nota_822218_1620" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_822218_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_822218_1730" id="ci_AlunoAvaliacao_822218_1730" value="89295946" type="hidden">
                <input name="nr_Nota_822218_1730" id="nr_Nota_822218_1730" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1202633&nbsp;LARISSA DE CARVALHO ALVES
              <input id="cd_Aluno_24" name="cd_Aluno_24" value="1202633" type="hidden"></td>
            
            <td id="colunaNotaAluno_1202633_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202633_154" id="ci_AlunoAvaliacao_1202633_154" value="89745513" type="hidden">
                <input name="nr_Nota_1202633_154" id="nr_Nota_1202633_154" value="1,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202633_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202633_160" id="ci_AlunoAvaliacao_1202633_160" value="89294522" type="hidden">
                <input name="nr_Nota_1202633_160" id="nr_Nota_1202633_160" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202633_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202633_530" id="ci_AlunoAvaliacao_1202633_530" value="89916123" type="hidden">
                <input name="nr_Nota_1202633_530" id="nr_Nota_1202633_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202633_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202633_780" id="ci_AlunoAvaliacao_1202633_780" value="88756773" type="hidden">
                <input name="nr_Nota_1202633_780" id="nr_Nota_1202633_780" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202633_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202633_800" id="ci_AlunoAvaliacao_1202633_800" value="89935655" type="hidden">
                <input name="nr_Nota_1202633_800" id="nr_Nota_1202633_800" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202633_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202633_890" id="ci_AlunoAvaliacao_1202633_890" value="88762939" type="hidden">
                <input name="nr_Nota_1202633_890" id="nr_Nota_1202633_890" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202633_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202633_970" id="ci_AlunoAvaliacao_1202633_970" value="88758581" type="hidden">
                <input name="nr_Nota_1202633_970" id="nr_Nota_1202633_970" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202633_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202633_3330" id="ci_AlunoAvaliacao_1202633_3330" value="89742691" type="hidden">
                <input name="nr_Nota_1202633_3330" id="nr_Nota_1202633_3330" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202633_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202633_1130" id="ci_AlunoAvaliacao_1202633_1130" value="89747822" type="hidden">
                <input name="nr_Nota_1202633_1130" id="nr_Nota_1202633_1130" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202633_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202633_1140" id="ci_AlunoAvaliacao_1202633_1140" value="89743868" type="hidden">
                <input name="nr_Nota_1202633_1140" id="nr_Nota_1202633_1140" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202633_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202633_1200" id="ci_AlunoAvaliacao_1202633_1200" value="89741093" type="hidden">
                <input name="nr_Nota_1202633_1200" id="nr_Nota_1202633_1200" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202633_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202633_1620" id="ci_AlunoAvaliacao_1202633_1620" value="89293452" type="hidden">
                <input name="nr_Nota_1202633_1620" id="nr_Nota_1202633_1620" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202633_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202633_1730" id="ci_AlunoAvaliacao_1202633_1730" value="89295947" type="hidden">
                <input name="nr_Nota_1202633_1730" id="nr_Nota_1202633_1730" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1688094&nbsp;LARISSA THAMYSE ROCHA FERREIRA
              <input id="cd_Aluno_25" name="cd_Aluno_25" value="1688094" type="hidden"></td>
            
            <td id="colunaNotaAluno_1688094_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1688094_154" id="ci_AlunoAvaliacao_1688094_154" value="89745515" type="hidden">
                <input name="nr_Nota_1688094_154" id="nr_Nota_1688094_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1688094_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1688094_160" id="ci_AlunoAvaliacao_1688094_160" value="89294523" type="hidden">
                <input name="nr_Nota_1688094_160" id="nr_Nota_1688094_160" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1688094_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1688094_530" id="ci_AlunoAvaliacao_1688094_530" value="89916124" type="hidden">
                <input name="nr_Nota_1688094_530" id="nr_Nota_1688094_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1688094_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1688094_780" id="ci_AlunoAvaliacao_1688094_780" value="88756774" type="hidden">
                <input name="nr_Nota_1688094_780" id="nr_Nota_1688094_780" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1688094_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1688094_800" id="ci_AlunoAvaliacao_1688094_800" value="89935656" type="hidden">
                <input name="nr_Nota_1688094_800" id="nr_Nota_1688094_800" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1688094_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1688094_890" id="ci_AlunoAvaliacao_1688094_890" value="88762940" type="hidden">
                <input name="nr_Nota_1688094_890" id="nr_Nota_1688094_890" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1688094_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1688094_970" id="ci_AlunoAvaliacao_1688094_970" value="88758582" type="hidden">
                <input name="nr_Nota_1688094_970" id="nr_Nota_1688094_970" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1688094_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1688094_3330" id="ci_AlunoAvaliacao_1688094_3330" value="89742692" type="hidden">
                <input name="nr_Nota_1688094_3330" id="nr_Nota_1688094_3330" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1688094_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1688094_1130" id="ci_AlunoAvaliacao_1688094_1130" value="89747823" type="hidden">
                <input name="nr_Nota_1688094_1130" id="nr_Nota_1688094_1130" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1688094_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1688094_1140" id="ci_AlunoAvaliacao_1688094_1140" value="89743869" type="hidden">
                <input name="nr_Nota_1688094_1140" id="nr_Nota_1688094_1140" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1688094_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1688094_1200" id="ci_AlunoAvaliacao_1688094_1200" value="89741094" type="hidden">
                <input name="nr_Nota_1688094_1200" id="nr_Nota_1688094_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1688094_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1688094_1620" id="ci_AlunoAvaliacao_1688094_1620" value="89293453" type="hidden">
                <input name="nr_Nota_1688094_1620" id="nr_Nota_1688094_1620" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1688094_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1688094_1730" id="ci_AlunoAvaliacao_1688094_1730" value="89295948" type="hidden">
                <input name="nr_Nota_1688094_1730" id="nr_Nota_1688094_1730" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1198033&nbsp;LUCAS DE OLIVEIRA
              <input id="cd_Aluno_26" name="cd_Aluno_26" value="1198033" type="hidden"></td>
            
            <td id="colunaNotaAluno_1198033_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198033_154" id="ci_AlunoAvaliacao_1198033_154" value="89745516" type="hidden">
                <input name="nr_Nota_1198033_154" id="nr_Nota_1198033_154" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198033_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198033_160" id="ci_AlunoAvaliacao_1198033_160" value="89294524" type="hidden">
                <input name="nr_Nota_1198033_160" id="nr_Nota_1198033_160" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198033_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198033_530" id="ci_AlunoAvaliacao_1198033_530" value="89916125" type="hidden">
                <input name="nr_Nota_1198033_530" id="nr_Nota_1198033_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198033_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198033_780" id="ci_AlunoAvaliacao_1198033_780" value="88756775" type="hidden">
                <input name="nr_Nota_1198033_780" id="nr_Nota_1198033_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198033_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198033_800" id="ci_AlunoAvaliacao_1198033_800" value="89935657" type="hidden">
                <input name="nr_Nota_1198033_800" id="nr_Nota_1198033_800" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198033_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198033_890" id="ci_AlunoAvaliacao_1198033_890" value="88762941" type="hidden">
                <input name="nr_Nota_1198033_890" id="nr_Nota_1198033_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198033_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198033_970" id="ci_AlunoAvaliacao_1198033_970" value="88758583" type="hidden">
                <input name="nr_Nota_1198033_970" id="nr_Nota_1198033_970" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198033_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198033_3330" id="ci_AlunoAvaliacao_1198033_3330" value="89742693" type="hidden">
                <input name="nr_Nota_1198033_3330" id="nr_Nota_1198033_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198033_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198033_1130" id="ci_AlunoAvaliacao_1198033_1130" value="89747824" type="hidden">
                <input name="nr_Nota_1198033_1130" id="nr_Nota_1198033_1130" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198033_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198033_1140" id="ci_AlunoAvaliacao_1198033_1140" value="89743870" type="hidden">
                <input name="nr_Nota_1198033_1140" id="nr_Nota_1198033_1140" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198033_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198033_1200" id="ci_AlunoAvaliacao_1198033_1200" value="89741095" type="hidden">
                <input name="nr_Nota_1198033_1200" id="nr_Nota_1198033_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198033_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198033_1620" id="ci_AlunoAvaliacao_1198033_1620" value="89293454" type="hidden">
                <input name="nr_Nota_1198033_1620" id="nr_Nota_1198033_1620" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1198033_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1198033_1730" id="ci_AlunoAvaliacao_1198033_1730" value="89295949" type="hidden">
                <input name="nr_Nota_1198033_1730" id="nr_Nota_1198033_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1042479&nbsp;LARISSA PEREIRA LOBO
              <input id="cd_Aluno_27" name="cd_Aluno_27" value="1042479" type="hidden"></td>
            
            <td id="colunaNotaAluno_1042479_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1042479_154" id="ci_AlunoAvaliacao_1042479_154" value="89745517" type="hidden">
                <input name="nr_Nota_1042479_154" id="nr_Nota_1042479_154" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1042479_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1042479_160" id="ci_AlunoAvaliacao_1042479_160" value="89294525" type="hidden">
                <input name="nr_Nota_1042479_160" id="nr_Nota_1042479_160" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1042479_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1042479_530" id="ci_AlunoAvaliacao_1042479_530" value="89916126" type="hidden">
                <input name="nr_Nota_1042479_530" id="nr_Nota_1042479_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1042479_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1042479_780" id="ci_AlunoAvaliacao_1042479_780" value="88756776" type="hidden">
                <input name="nr_Nota_1042479_780" id="nr_Nota_1042479_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1042479_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1042479_800" id="ci_AlunoAvaliacao_1042479_800" value="89935658" type="hidden">
                <input name="nr_Nota_1042479_800" id="nr_Nota_1042479_800" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1042479_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1042479_890" id="ci_AlunoAvaliacao_1042479_890" value="88762942" type="hidden">
                <input name="nr_Nota_1042479_890" id="nr_Nota_1042479_890" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1042479_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1042479_970" id="ci_AlunoAvaliacao_1042479_970" value="88758584" type="hidden">
                <input name="nr_Nota_1042479_970" id="nr_Nota_1042479_970" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1042479_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1042479_3330" id="ci_AlunoAvaliacao_1042479_3330" value="89742694" type="hidden">
                <input name="nr_Nota_1042479_3330" id="nr_Nota_1042479_3330" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1042479_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1042479_1130" id="ci_AlunoAvaliacao_1042479_1130" value="89747825" type="hidden">
                <input name="nr_Nota_1042479_1130" id="nr_Nota_1042479_1130" value="9,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1042479_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1042479_1140" id="ci_AlunoAvaliacao_1042479_1140" value="89743871" type="hidden">
                <input name="nr_Nota_1042479_1140" id="nr_Nota_1042479_1140" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1042479_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1042479_1200" id="ci_AlunoAvaliacao_1042479_1200" value="89741096" type="hidden">
                <input name="nr_Nota_1042479_1200" id="nr_Nota_1042479_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1042479_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1042479_1620" id="ci_AlunoAvaliacao_1042479_1620" value="89293455" type="hidden">
                <input name="nr_Nota_1042479_1620" id="nr_Nota_1042479_1620" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1042479_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1042479_1730" id="ci_AlunoAvaliacao_1042479_1730" value="89295950" type="hidden">
                <input name="nr_Nota_1042479_1730" id="nr_Nota_1042479_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1657416&nbsp;MAIARA ALMEIDA DOS SANTOS
              <input id="cd_Aluno_28" name="cd_Aluno_28" value="1657416" type="hidden"></td>
            
            <td id="colunaNotaAluno_1657416_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657416_154" id="ci_AlunoAvaliacao_1657416_154" value="89745518" type="hidden">
                <input name="nr_Nota_1657416_154" id="nr_Nota_1657416_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1657416_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657416_160" id="ci_AlunoAvaliacao_1657416_160" value="89294526" type="hidden">
                <input name="nr_Nota_1657416_160" id="nr_Nota_1657416_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1657416_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657416_530" id="ci_AlunoAvaliacao_1657416_530" value="89916127" type="hidden">
                <input name="nr_Nota_1657416_530" id="nr_Nota_1657416_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1657416_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657416_780" id="ci_AlunoAvaliacao_1657416_780" value="88756777" type="hidden">
                <input name="nr_Nota_1657416_780" id="nr_Nota_1657416_780" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1657416_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657416_800" id="ci_AlunoAvaliacao_1657416_800" value="89935659" type="hidden">
                <input name="nr_Nota_1657416_800" id="nr_Nota_1657416_800" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1657416_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657416_890" id="ci_AlunoAvaliacao_1657416_890" value="88762943" type="hidden">
                <input name="nr_Nota_1657416_890" id="nr_Nota_1657416_890" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1657416_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657416_970" id="ci_AlunoAvaliacao_1657416_970" value="88758585" type="hidden">
                <input name="nr_Nota_1657416_970" id="nr_Nota_1657416_970" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1657416_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657416_3330" id="ci_AlunoAvaliacao_1657416_3330" value="89742695" type="hidden">
                <input name="nr_Nota_1657416_3330" id="nr_Nota_1657416_3330" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1657416_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657416_1130" id="ci_AlunoAvaliacao_1657416_1130" value="89747826" type="hidden">
                <input name="nr_Nota_1657416_1130" id="nr_Nota_1657416_1130" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1657416_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657416_1140" id="ci_AlunoAvaliacao_1657416_1140" value="89743872" type="hidden">
                <input name="nr_Nota_1657416_1140" id="nr_Nota_1657416_1140" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1657416_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657416_1200" id="ci_AlunoAvaliacao_1657416_1200" value="89741097" type="hidden">
                <input name="nr_Nota_1657416_1200" id="nr_Nota_1657416_1200" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1657416_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657416_1620" id="ci_AlunoAvaliacao_1657416_1620" value="89293456" type="hidden">
                <input name="nr_Nota_1657416_1620" id="nr_Nota_1657416_1620" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1657416_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1657416_1730" id="ci_AlunoAvaliacao_1657416_1730" value="89295951" type="hidden">
                <input name="nr_Nota_1657416_1730" id="nr_Nota_1657416_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;393668&nbsp;MARIA CLARA MACHADO DA SILVA
              <input id="cd_Aluno_29" name="cd_Aluno_29" value="393668" type="hidden"></td>
            
            <td id="colunaNotaAluno_393668_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_393668_154" id="ci_AlunoAvaliacao_393668_154" value="89745519" type="hidden">
                <input name="nr_Nota_393668_154" id="nr_Nota_393668_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_393668_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_393668_160" id="ci_AlunoAvaliacao_393668_160" value="89294527" type="hidden">
                <input name="nr_Nota_393668_160" id="nr_Nota_393668_160" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_393668_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_393668_530" id="ci_AlunoAvaliacao_393668_530" value="89916128" type="hidden">
                <input name="nr_Nota_393668_530" id="nr_Nota_393668_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_393668_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_393668_780" id="ci_AlunoAvaliacao_393668_780" value="88756778" type="hidden">
                <input name="nr_Nota_393668_780" id="nr_Nota_393668_780" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_393668_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_393668_800" id="ci_AlunoAvaliacao_393668_800" value="89935660" type="hidden">
                <input name="nr_Nota_393668_800" id="nr_Nota_393668_800" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_393668_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_393668_890" id="ci_AlunoAvaliacao_393668_890" value="88762944" type="hidden">
                <input name="nr_Nota_393668_890" id="nr_Nota_393668_890" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_393668_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_393668_970" id="ci_AlunoAvaliacao_393668_970" value="88758586" type="hidden">
                <input name="nr_Nota_393668_970" id="nr_Nota_393668_970" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_393668_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_393668_3330" id="ci_AlunoAvaliacao_393668_3330" value="89742696" type="hidden">
                <input name="nr_Nota_393668_3330" id="nr_Nota_393668_3330" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_393668_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_393668_1130" id="ci_AlunoAvaliacao_393668_1130" value="89747827" type="hidden">
                <input name="nr_Nota_393668_1130" id="nr_Nota_393668_1130" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_393668_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_393668_1140" id="ci_AlunoAvaliacao_393668_1140" value="89743873" type="hidden">
                <input name="nr_Nota_393668_1140" id="nr_Nota_393668_1140" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_393668_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_393668_1200" id="ci_AlunoAvaliacao_393668_1200" value="89741098" type="hidden">
                <input name="nr_Nota_393668_1200" id="nr_Nota_393668_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_393668_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_393668_1620" id="ci_AlunoAvaliacao_393668_1620" value="89293457" type="hidden">
                <input name="nr_Nota_393668_1620" id="nr_Nota_393668_1620" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_393668_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_393668_1730" id="ci_AlunoAvaliacao_393668_1730" value="89295952" type="hidden">
                <input name="nr_Nota_393668_1730" id="nr_Nota_393668_1730" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1235911&nbsp;MARIA TAMIRES MELO MUNIZ
              <input id="cd_Aluno_30" name="cd_Aluno_30" value="1235911" type="hidden"></td>
            
            <td id="colunaNotaAluno_1235911_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1235911_154" id="ci_AlunoAvaliacao_1235911_154" value="89745520" type="hidden">
                <input name="nr_Nota_1235911_154" id="nr_Nota_1235911_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1235911_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1235911_160" id="ci_AlunoAvaliacao_1235911_160" value="89294528" type="hidden">
                <input name="nr_Nota_1235911_160" id="nr_Nota_1235911_160" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1235911_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1235911_530" id="ci_AlunoAvaliacao_1235911_530" value="89916130" type="hidden">
                <input name="nr_Nota_1235911_530" id="nr_Nota_1235911_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1235911_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1235911_780" id="ci_AlunoAvaliacao_1235911_780" value="88756779" type="hidden">
                <input name="nr_Nota_1235911_780" id="nr_Nota_1235911_780" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1235911_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1235911_800" id="ci_AlunoAvaliacao_1235911_800" value="89935661" type="hidden">
                <input name="nr_Nota_1235911_800" id="nr_Nota_1235911_800" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1235911_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1235911_890" id="ci_AlunoAvaliacao_1235911_890" value="88762945" type="hidden">
                <input name="nr_Nota_1235911_890" id="nr_Nota_1235911_890" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1235911_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1235911_970" id="ci_AlunoAvaliacao_1235911_970" value="88758587" type="hidden">
                <input name="nr_Nota_1235911_970" id="nr_Nota_1235911_970" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1235911_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1235911_3330" id="ci_AlunoAvaliacao_1235911_3330" value="89742697" type="hidden">
                <input name="nr_Nota_1235911_3330" id="nr_Nota_1235911_3330" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1235911_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1235911_1130" id="ci_AlunoAvaliacao_1235911_1130" value="89747828" type="hidden">
                <input name="nr_Nota_1235911_1130" id="nr_Nota_1235911_1130" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1235911_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1235911_1140" id="ci_AlunoAvaliacao_1235911_1140" value="89743874" type="hidden">
                <input name="nr_Nota_1235911_1140" id="nr_Nota_1235911_1140" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1235911_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1235911_1200" id="ci_AlunoAvaliacao_1235911_1200" value="89741099" type="hidden">
                <input name="nr_Nota_1235911_1200" id="nr_Nota_1235911_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1235911_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1235911_1620" id="ci_AlunoAvaliacao_1235911_1620" value="89293458" type="hidden">
                <input name="nr_Nota_1235911_1620" id="nr_Nota_1235911_1620" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1235911_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1235911_1730" id="ci_AlunoAvaliacao_1235911_1730" value="89295953" type="hidden">
                <input name="nr_Nota_1235911_1730" id="nr_Nota_1235911_1730" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;827115&nbsp;MONICA DA SILVA ARAUJO
              <input id="cd_Aluno_31" name="cd_Aluno_31" value="827115" type="hidden"></td>
            
            <td id="colunaNotaAluno_827115_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_827115_154" id="ci_AlunoAvaliacao_827115_154" value="89745521" type="hidden">
                <input name="nr_Nota_827115_154" id="nr_Nota_827115_154" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_827115_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_827115_160" id="ci_AlunoAvaliacao_827115_160" value="89294529" type="hidden">
                <input name="nr_Nota_827115_160" id="nr_Nota_827115_160" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_827115_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_827115_530" id="ci_AlunoAvaliacao_827115_530" value="89916140" type="hidden">
                <input name="nr_Nota_827115_530" id="nr_Nota_827115_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_827115_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_827115_780" id="ci_AlunoAvaliacao_827115_780" value="88756780" type="hidden">
                <input name="nr_Nota_827115_780" id="nr_Nota_827115_780" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_827115_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_827115_800" id="ci_AlunoAvaliacao_827115_800" value="89935662" type="hidden">
                <input name="nr_Nota_827115_800" id="nr_Nota_827115_800" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_827115_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_827115_890" id="ci_AlunoAvaliacao_827115_890" value="88762946" type="hidden">
                <input name="nr_Nota_827115_890" id="nr_Nota_827115_890" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_827115_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_827115_970" id="ci_AlunoAvaliacao_827115_970" value="88758588" type="hidden">
                <input name="nr_Nota_827115_970" id="nr_Nota_827115_970" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_827115_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_827115_3330" id="ci_AlunoAvaliacao_827115_3330" value="89742698" type="hidden">
                <input name="nr_Nota_827115_3330" id="nr_Nota_827115_3330" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_827115_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_827115_1130" id="ci_AlunoAvaliacao_827115_1130" value="89747829" type="hidden">
                <input name="nr_Nota_827115_1130" id="nr_Nota_827115_1130" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_827115_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_827115_1140" id="ci_AlunoAvaliacao_827115_1140" value="89743875" type="hidden">
                <input name="nr_Nota_827115_1140" id="nr_Nota_827115_1140" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_827115_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_827115_1200" id="ci_AlunoAvaliacao_827115_1200" value="89741100" type="hidden">
                <input name="nr_Nota_827115_1200" id="nr_Nota_827115_1200" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_827115_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_827115_1620" id="ci_AlunoAvaliacao_827115_1620" value="89293459" type="hidden">
                <input name="nr_Nota_827115_1620" id="nr_Nota_827115_1620" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_827115_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_827115_1730" id="ci_AlunoAvaliacao_827115_1730" value="89295954" type="hidden">
                <input name="nr_Nota_827115_1730" id="nr_Nota_827115_1730" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1193403&nbsp;NARCELIO SOARES LIMA
              <input id="cd_Aluno_32" name="cd_Aluno_32" value="1193403" type="hidden"></td>
            
            <td id="colunaNotaAluno_1193403_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1193403_154" id="ci_AlunoAvaliacao_1193403_154" value="89745522" type="hidden">
                <input name="nr_Nota_1193403_154" id="nr_Nota_1193403_154" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1193403_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1193403_160" id="ci_AlunoAvaliacao_1193403_160" value="89294530" type="hidden">
                <input name="nr_Nota_1193403_160" id="nr_Nota_1193403_160" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1193403_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1193403_530" id="ci_AlunoAvaliacao_1193403_530" value="89916146" type="hidden">
                <input name="nr_Nota_1193403_530" id="nr_Nota_1193403_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1193403_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1193403_780" id="ci_AlunoAvaliacao_1193403_780" value="88756781" type="hidden">
                <input name="nr_Nota_1193403_780" id="nr_Nota_1193403_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1193403_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1193403_800" id="ci_AlunoAvaliacao_1193403_800" value="89935663" type="hidden">
                <input name="nr_Nota_1193403_800" id="nr_Nota_1193403_800" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1193403_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1193403_890" id="ci_AlunoAvaliacao_1193403_890" value="88762947" type="hidden">
                <input name="nr_Nota_1193403_890" id="nr_Nota_1193403_890" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1193403_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1193403_970" id="ci_AlunoAvaliacao_1193403_970" value="88758589" type="hidden">
                <input name="nr_Nota_1193403_970" id="nr_Nota_1193403_970" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1193403_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1193403_3330" id="ci_AlunoAvaliacao_1193403_3330" value="89742699" type="hidden">
                <input name="nr_Nota_1193403_3330" id="nr_Nota_1193403_3330" value="7,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1193403_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1193403_1130" id="ci_AlunoAvaliacao_1193403_1130" value="89747830" type="hidden">
                <input name="nr_Nota_1193403_1130" id="nr_Nota_1193403_1130" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1193403_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1193403_1140" id="ci_AlunoAvaliacao_1193403_1140" value="89743876" type="hidden">
                <input name="nr_Nota_1193403_1140" id="nr_Nota_1193403_1140" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1193403_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1193403_1200" id="ci_AlunoAvaliacao_1193403_1200" value="89741101" type="hidden">
                <input name="nr_Nota_1193403_1200" id="nr_Nota_1193403_1200" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1193403_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1193403_1620" id="ci_AlunoAvaliacao_1193403_1620" value="89293460" type="hidden">
                <input name="nr_Nota_1193403_1620" id="nr_Nota_1193403_1620" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1193403_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1193403_1730" id="ci_AlunoAvaliacao_1193403_1730" value="89295956" type="hidden">
                <input name="nr_Nota_1193403_1730" id="nr_Nota_1193403_1730" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1368219&nbsp;PAULO VICTOR GURGEL BRAUNA
              <input id="cd_Aluno_33" name="cd_Aluno_33" value="1368219" type="hidden"></td>
            
            <td id="colunaNotaAluno_1368219_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1368219_154" id="ci_AlunoAvaliacao_1368219_154" value="89745523" type="hidden">
                <input name="nr_Nota_1368219_154" id="nr_Nota_1368219_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1368219_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1368219_160" id="ci_AlunoAvaliacao_1368219_160" value="89294531" type="hidden">
                <input name="nr_Nota_1368219_160" id="nr_Nota_1368219_160" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1368219_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1368219_530" id="ci_AlunoAvaliacao_1368219_530" value="89916152" type="hidden">
                <input name="nr_Nota_1368219_530" id="nr_Nota_1368219_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1368219_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1368219_780" id="ci_AlunoAvaliacao_1368219_780" value="88756782" type="hidden">
                <input name="nr_Nota_1368219_780" id="nr_Nota_1368219_780" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1368219_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1368219_800" id="ci_AlunoAvaliacao_1368219_800" value="89935664" type="hidden">
                <input name="nr_Nota_1368219_800" id="nr_Nota_1368219_800" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1368219_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1368219_890" id="ci_AlunoAvaliacao_1368219_890" value="88762948" type="hidden">
                <input name="nr_Nota_1368219_890" id="nr_Nota_1368219_890" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1368219_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1368219_970" id="ci_AlunoAvaliacao_1368219_970" value="88758590" type="hidden">
                <input name="nr_Nota_1368219_970" id="nr_Nota_1368219_970" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1368219_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1368219_3330" id="ci_AlunoAvaliacao_1368219_3330" value="89742700" type="hidden">
                <input name="nr_Nota_1368219_3330" id="nr_Nota_1368219_3330" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1368219_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1368219_1130" id="ci_AlunoAvaliacao_1368219_1130" value="89747831" type="hidden">
                <input name="nr_Nota_1368219_1130" id="nr_Nota_1368219_1130" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1368219_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1368219_1140" id="ci_AlunoAvaliacao_1368219_1140" value="89743877" type="hidden">
                <input name="nr_Nota_1368219_1140" id="nr_Nota_1368219_1140" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1368219_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1368219_1200" id="ci_AlunoAvaliacao_1368219_1200" value="89741102" type="hidden">
                <input name="nr_Nota_1368219_1200" id="nr_Nota_1368219_1200" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1368219_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1368219_1620" id="ci_AlunoAvaliacao_1368219_1620" value="89293461" type="hidden">
                <input name="nr_Nota_1368219_1620" id="nr_Nota_1368219_1620" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1368219_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1368219_1730" id="ci_AlunoAvaliacao_1368219_1730" value="89295957" type="hidden">
                <input name="nr_Nota_1368219_1730" id="nr_Nota_1368219_1730" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1202791&nbsp;RAYSON TOME CARNEIRO
              <input id="cd_Aluno_34" name="cd_Aluno_34" value="1202791" type="hidden"></td>
            
            <td id="colunaNotaAluno_1202791_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202791_154" id="ci_AlunoAvaliacao_1202791_154" value="89745524" type="hidden">
                <input name="nr_Nota_1202791_154" id="nr_Nota_1202791_154" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202791_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202791_160" id="ci_AlunoAvaliacao_1202791_160" value="89294532" type="hidden">
                <input name="nr_Nota_1202791_160" id="nr_Nota_1202791_160" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202791_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202791_530" id="ci_AlunoAvaliacao_1202791_530" value="89916153" type="hidden">
                <input name="nr_Nota_1202791_530" id="nr_Nota_1202791_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202791_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202791_780" id="ci_AlunoAvaliacao_1202791_780" value="88756783" type="hidden">
                <input name="nr_Nota_1202791_780" id="nr_Nota_1202791_780" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202791_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202791_800" id="ci_AlunoAvaliacao_1202791_800" value="89935665" type="hidden">
                <input name="nr_Nota_1202791_800" id="nr_Nota_1202791_800" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202791_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202791_890" id="ci_AlunoAvaliacao_1202791_890" value="88762949" type="hidden">
                <input name="nr_Nota_1202791_890" id="nr_Nota_1202791_890" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202791_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202791_970" id="ci_AlunoAvaliacao_1202791_970" value="88758591" type="hidden">
                <input name="nr_Nota_1202791_970" id="nr_Nota_1202791_970" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202791_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202791_3330" id="ci_AlunoAvaliacao_1202791_3330" value="89742701" type="hidden">
                <input name="nr_Nota_1202791_3330" id="nr_Nota_1202791_3330" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202791_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202791_1130" id="ci_AlunoAvaliacao_1202791_1130" value="89747832" type="hidden">
                <input name="nr_Nota_1202791_1130" id="nr_Nota_1202791_1130" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202791_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202791_1140" id="ci_AlunoAvaliacao_1202791_1140" value="89743878" type="hidden">
                <input name="nr_Nota_1202791_1140" id="nr_Nota_1202791_1140" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202791_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202791_1200" id="ci_AlunoAvaliacao_1202791_1200" value="89741103" type="hidden">
                <input name="nr_Nota_1202791_1200" id="nr_Nota_1202791_1200" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202791_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202791_1620" id="ci_AlunoAvaliacao_1202791_1620" value="89293462" type="hidden">
                <input name="nr_Nota_1202791_1620" id="nr_Nota_1202791_1620" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202791_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202791_1730" id="ci_AlunoAvaliacao_1202791_1730" value="89295959" type="hidden">
                <input name="nr_Nota_1202791_1730" id="nr_Nota_1202791_1730" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1202346&nbsp;RENAN RIBEIRO DE SOUSA
              <input id="cd_Aluno_35" name="cd_Aluno_35" value="1202346" type="hidden"></td>
            
            <td id="colunaNotaAluno_1202346_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202346_154" id="ci_AlunoAvaliacao_1202346_154" value="89745525" type="hidden">
                <input name="nr_Nota_1202346_154" id="nr_Nota_1202346_154" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202346_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202346_160" id="ci_AlunoAvaliacao_1202346_160" value="89294533" type="hidden">
                <input name="nr_Nota_1202346_160" id="nr_Nota_1202346_160" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202346_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202346_530" id="ci_AlunoAvaliacao_1202346_530" value="89916154" type="hidden">
                <input name="nr_Nota_1202346_530" id="nr_Nota_1202346_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202346_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202346_780" id="ci_AlunoAvaliacao_1202346_780" value="88756784" type="hidden">
                <input name="nr_Nota_1202346_780" id="nr_Nota_1202346_780" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202346_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202346_800" id="ci_AlunoAvaliacao_1202346_800" value="89935666" type="hidden">
                <input name="nr_Nota_1202346_800" id="nr_Nota_1202346_800" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202346_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202346_890" id="ci_AlunoAvaliacao_1202346_890" value="88762950" type="hidden">
                <input name="nr_Nota_1202346_890" id="nr_Nota_1202346_890" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202346_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202346_970" id="ci_AlunoAvaliacao_1202346_970" value="88758592" type="hidden">
                <input name="nr_Nota_1202346_970" id="nr_Nota_1202346_970" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202346_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202346_3330" id="ci_AlunoAvaliacao_1202346_3330" value="89742702" type="hidden">
                <input name="nr_Nota_1202346_3330" id="nr_Nota_1202346_3330" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202346_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202346_1130" id="ci_AlunoAvaliacao_1202346_1130" value="89747833" type="hidden">
                <input name="nr_Nota_1202346_1130" id="nr_Nota_1202346_1130" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202346_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202346_1140" id="ci_AlunoAvaliacao_1202346_1140" value="89743879" type="hidden">
                <input name="nr_Nota_1202346_1140" id="nr_Nota_1202346_1140" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202346_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202346_1200" id="ci_AlunoAvaliacao_1202346_1200" value="89741104" type="hidden">
                <input name="nr_Nota_1202346_1200" id="nr_Nota_1202346_1200" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202346_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202346_1620" id="ci_AlunoAvaliacao_1202346_1620" value="89293463" type="hidden">
                <input name="nr_Nota_1202346_1620" id="nr_Nota_1202346_1620" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202346_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202346_1730" id="ci_AlunoAvaliacao_1202346_1730" value="89295961" type="hidden">
                <input name="nr_Nota_1202346_1730" id="nr_Nota_1202346_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1500970&nbsp;RAY MARQUES DAMASCENO JUNIOR
              <input id="cd_Aluno_36" name="cd_Aluno_36" value="1500970" type="hidden"></td>
            
            <td id="colunaNotaAluno_1500970_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1500970_154" id="ci_AlunoAvaliacao_1500970_154" value="89745526" type="hidden">
                <input name="nr_Nota_1500970_154" id="nr_Nota_1500970_154" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1500970_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1500970_160" id="ci_AlunoAvaliacao_1500970_160" value="89294534" type="hidden">
                <input name="nr_Nota_1500970_160" id="nr_Nota_1500970_160" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1500970_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1500970_530" id="ci_AlunoAvaliacao_1500970_530" value="89916155" type="hidden">
                <input name="nr_Nota_1500970_530" id="nr_Nota_1500970_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1500970_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1500970_780" id="ci_AlunoAvaliacao_1500970_780" value="88756785" type="hidden">
                <input name="nr_Nota_1500970_780" id="nr_Nota_1500970_780" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1500970_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1500970_800" id="ci_AlunoAvaliacao_1500970_800" value="89935667" type="hidden">
                <input name="nr_Nota_1500970_800" id="nr_Nota_1500970_800" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1500970_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1500970_890" id="ci_AlunoAvaliacao_1500970_890" value="88762951" type="hidden">
                <input name="nr_Nota_1500970_890" id="nr_Nota_1500970_890" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1500970_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1500970_970" id="ci_AlunoAvaliacao_1500970_970" value="88758593" type="hidden">
                <input name="nr_Nota_1500970_970" id="nr_Nota_1500970_970" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1500970_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1500970_3330" id="ci_AlunoAvaliacao_1500970_3330" value="89742703" type="hidden">
                <input name="nr_Nota_1500970_3330" id="nr_Nota_1500970_3330" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1500970_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1500970_1130" id="ci_AlunoAvaliacao_1500970_1130" value="89747834" type="hidden">
                <input name="nr_Nota_1500970_1130" id="nr_Nota_1500970_1130" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1500970_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1500970_1140" id="ci_AlunoAvaliacao_1500970_1140" value="89743880" type="hidden">
                <input name="nr_Nota_1500970_1140" id="nr_Nota_1500970_1140" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1500970_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1500970_1200" id="ci_AlunoAvaliacao_1500970_1200" value="89741105" type="hidden">
                <input name="nr_Nota_1500970_1200" id="nr_Nota_1500970_1200" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1500970_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1500970_1620" id="ci_AlunoAvaliacao_1500970_1620" value="89293464" type="hidden">
                <input name="nr_Nota_1500970_1620" id="nr_Nota_1500970_1620" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1500970_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1500970_1730" id="ci_AlunoAvaliacao_1500970_1730" value="89295962" type="hidden">
                <input name="nr_Nota_1500970_1730" id="nr_Nota_1500970_1730" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1301981&nbsp;SABRYNA SILVA DE LIMA
              <input id="cd_Aluno_37" name="cd_Aluno_37" value="1301981" type="hidden"></td>
            
            <td id="colunaNotaAluno_1301981_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1301981_154" id="ci_AlunoAvaliacao_1301981_154" value="89745527" type="hidden">
                <input name="nr_Nota_1301981_154" id="nr_Nota_1301981_154" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1301981_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1301981_160" id="ci_AlunoAvaliacao_1301981_160" value="89294535" type="hidden">
                <input name="nr_Nota_1301981_160" id="nr_Nota_1301981_160" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1301981_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1301981_530" id="ci_AlunoAvaliacao_1301981_530" value="89916156" type="hidden">
                <input name="nr_Nota_1301981_530" id="nr_Nota_1301981_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1301981_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1301981_780" id="ci_AlunoAvaliacao_1301981_780" value="88756786" type="hidden">
                <input name="nr_Nota_1301981_780" id="nr_Nota_1301981_780" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1301981_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1301981_800" id="ci_AlunoAvaliacao_1301981_800" value="89935668" type="hidden">
                <input name="nr_Nota_1301981_800" id="nr_Nota_1301981_800" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1301981_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1301981_890" id="ci_AlunoAvaliacao_1301981_890" value="88762952" type="hidden">
                <input name="nr_Nota_1301981_890" id="nr_Nota_1301981_890" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1301981_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1301981_970" id="ci_AlunoAvaliacao_1301981_970" value="88758594" type="hidden">
                <input name="nr_Nota_1301981_970" id="nr_Nota_1301981_970" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1301981_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1301981_3330" id="ci_AlunoAvaliacao_1301981_3330" value="89742704" type="hidden">
                <input name="nr_Nota_1301981_3330" id="nr_Nota_1301981_3330" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1301981_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1301981_1130" id="ci_AlunoAvaliacao_1301981_1130" value="89747835" type="hidden">
                <input name="nr_Nota_1301981_1130" id="nr_Nota_1301981_1130" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1301981_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1301981_1140" id="ci_AlunoAvaliacao_1301981_1140" value="89743881" type="hidden">
                <input name="nr_Nota_1301981_1140" id="nr_Nota_1301981_1140" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1301981_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1301981_1200" id="ci_AlunoAvaliacao_1301981_1200" value="89741106" type="hidden">
                <input name="nr_Nota_1301981_1200" id="nr_Nota_1301981_1200" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1301981_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1301981_1620" id="ci_AlunoAvaliacao_1301981_1620" value="89293465" type="hidden">
                <input name="nr_Nota_1301981_1620" id="nr_Nota_1301981_1620" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1301981_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1301981_1730" id="ci_AlunoAvaliacao_1301981_1730" value="89295963" type="hidden">
                <input name="nr_Nota_1301981_1730" id="nr_Nota_1301981_1730" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1301976&nbsp;SAMANTHA SILVA DE LIMA
              <input id="cd_Aluno_38" name="cd_Aluno_38" value="1301976" type="hidden"></td>
            
            <td id="colunaNotaAluno_1301976_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1301976_154" id="ci_AlunoAvaliacao_1301976_154" value="89745528" type="hidden">
                <input name="nr_Nota_1301976_154" id="nr_Nota_1301976_154" value="10" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1301976_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1301976_160" id="ci_AlunoAvaliacao_1301976_160" value="89294536" type="hidden">
                <input name="nr_Nota_1301976_160" id="nr_Nota_1301976_160" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1301976_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1301976_530" id="ci_AlunoAvaliacao_1301976_530" value="89916157" type="hidden">
                <input name="nr_Nota_1301976_530" id="nr_Nota_1301976_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1301976_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1301976_780" id="ci_AlunoAvaliacao_1301976_780" value="88756787" type="hidden">
                <input name="nr_Nota_1301976_780" id="nr_Nota_1301976_780" value="9,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1301976_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1301976_800" id="ci_AlunoAvaliacao_1301976_800" value="89935669" type="hidden">
                <input name="nr_Nota_1301976_800" id="nr_Nota_1301976_800" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1301976_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1301976_890" id="ci_AlunoAvaliacao_1301976_890" value="88762953" type="hidden">
                <input name="nr_Nota_1301976_890" id="nr_Nota_1301976_890" value="5,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1301976_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1301976_970" id="ci_AlunoAvaliacao_1301976_970" value="88758595" type="hidden">
                <input name="nr_Nota_1301976_970" id="nr_Nota_1301976_970" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1301976_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1301976_3330" id="ci_AlunoAvaliacao_1301976_3330" value="89742705" type="hidden">
                <input name="nr_Nota_1301976_3330" id="nr_Nota_1301976_3330" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1301976_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1301976_1130" id="ci_AlunoAvaliacao_1301976_1130" value="89747836" type="hidden">
                <input name="nr_Nota_1301976_1130" id="nr_Nota_1301976_1130" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1301976_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1301976_1140" id="ci_AlunoAvaliacao_1301976_1140" value="89743882" type="hidden">
                <input name="nr_Nota_1301976_1140" id="nr_Nota_1301976_1140" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1301976_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1301976_1200" id="ci_AlunoAvaliacao_1301976_1200" value="89741107" type="hidden">
                <input name="nr_Nota_1301976_1200" id="nr_Nota_1301976_1200" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1301976_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1301976_1620" id="ci_AlunoAvaliacao_1301976_1620" value="89293466" type="hidden">
                <input name="nr_Nota_1301976_1620" id="nr_Nota_1301976_1620" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1301976_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1301976_1730" id="ci_AlunoAvaliacao_1301976_1730" value="89295965" type="hidden">
                <input name="nr_Nota_1301976_1730" id="nr_Nota_1301976_1730" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;2172327&nbsp;TAIANE MOREIRA ROCHA
              <input id="cd_Aluno_39" name="cd_Aluno_39" value="2172327" type="hidden"></td>
            
            <td id="colunaNotaAluno_2172327_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2172327_154" id="ci_AlunoAvaliacao_2172327_154" value="89745529" type="hidden">
                <input name="nr_Nota_2172327_154" id="nr_Nota_2172327_154" value="4,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2172327_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2172327_160" id="ci_AlunoAvaliacao_2172327_160" value="89294537" type="hidden">
                <input name="nr_Nota_2172327_160" id="nr_Nota_2172327_160" value="0,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2172327_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2172327_530" id="ci_AlunoAvaliacao_2172327_530" value="89916158" type="hidden">
                <input name="nr_Nota_2172327_530" id="nr_Nota_2172327_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2172327_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2172327_780" id="ci_AlunoAvaliacao_2172327_780" value="88756788" type="hidden">
                <input name="nr_Nota_2172327_780" id="nr_Nota_2172327_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2172327_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2172327_800" id="ci_AlunoAvaliacao_2172327_800" value="89935670" type="hidden">
                <input name="nr_Nota_2172327_800" id="nr_Nota_2172327_800" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2172327_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2172327_890" id="ci_AlunoAvaliacao_2172327_890" value="88762954" type="hidden">
                <input name="nr_Nota_2172327_890" id="nr_Nota_2172327_890" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2172327_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2172327_970" id="ci_AlunoAvaliacao_2172327_970" value="88758596" type="hidden">
                <input name="nr_Nota_2172327_970" id="nr_Nota_2172327_970" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2172327_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2172327_3330" id="ci_AlunoAvaliacao_2172327_3330" value="89742706" type="hidden">
                <input name="nr_Nota_2172327_3330" id="nr_Nota_2172327_3330" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2172327_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2172327_1130" id="ci_AlunoAvaliacao_2172327_1130" value="89747837" type="hidden">
                <input name="nr_Nota_2172327_1130" id="nr_Nota_2172327_1130" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2172327_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2172327_1140" id="ci_AlunoAvaliacao_2172327_1140" value="89743883" type="hidden">
                <input name="nr_Nota_2172327_1140" id="nr_Nota_2172327_1140" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2172327_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2172327_1200" id="ci_AlunoAvaliacao_2172327_1200" value="89741108" type="hidden">
                <input name="nr_Nota_2172327_1200" id="nr_Nota_2172327_1200" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2172327_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2172327_1620" id="ci_AlunoAvaliacao_2172327_1620" value="89293467" type="hidden">
                <input name="nr_Nota_2172327_1620" id="nr_Nota_2172327_1620" value="1,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_2172327_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_2172327_1730" id="ci_AlunoAvaliacao_2172327_1730" value="89295966" type="hidden">
                <input name="nr_Nota_2172327_1730" id="nr_Nota_2172327_1730" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#ffffff">&nbsp;1202563&nbsp;VANESSA PEDREIRO MAGALHAES
              <input id="cd_Aluno_40" name="cd_Aluno_40" value="1202563" type="hidden"></td>
            
            <td id="colunaNotaAluno_1202563_154" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202563_154" id="ci_AlunoAvaliacao_1202563_154" value="89745530" type="hidden">
                <input name="nr_Nota_1202563_154" id="nr_Nota_1202563_154" value="8,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202563_160" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202563_160" id="ci_AlunoAvaliacao_1202563_160" value="89294538" type="hidden">
                <input name="nr_Nota_1202563_160" id="nr_Nota_1202563_160" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202563_530" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202563_530" id="ci_AlunoAvaliacao_1202563_530" value="89916159" type="hidden">
                <input name="nr_Nota_1202563_530" id="nr_Nota_1202563_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202563_780" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202563_780" id="ci_AlunoAvaliacao_1202563_780" value="88756789" type="hidden">
                <input name="nr_Nota_1202563_780" id="nr_Nota_1202563_780" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202563_800" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202563_800" id="ci_AlunoAvaliacao_1202563_800" value="89935671" type="hidden">
                <input name="nr_Nota_1202563_800" id="nr_Nota_1202563_800" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202563_890" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202563_890" id="ci_AlunoAvaliacao_1202563_890" value="88762955" type="hidden">
                <input name="nr_Nota_1202563_890" id="nr_Nota_1202563_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202563_970" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202563_970" id="ci_AlunoAvaliacao_1202563_970" value="88758597" type="hidden">
                <input name="nr_Nota_1202563_970" id="nr_Nota_1202563_970" value="5,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202563_3330" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202563_3330" id="ci_AlunoAvaliacao_1202563_3330" value="89742707" type="hidden">
                <input name="nr_Nota_1202563_3330" id="nr_Nota_1202563_3330" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202563_1130" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202563_1130" id="ci_AlunoAvaliacao_1202563_1130" value="89747838" type="hidden">
                <input name="nr_Nota_1202563_1130" id="nr_Nota_1202563_1130" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202563_1140" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202563_1140" id="ci_AlunoAvaliacao_1202563_1140" value="89743884" type="hidden">
                <input name="nr_Nota_1202563_1140" id="nr_Nota_1202563_1140" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202563_1200" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202563_1200" id="ci_AlunoAvaliacao_1202563_1200" value="89741109" type="hidden">
                <input name="nr_Nota_1202563_1200" id="nr_Nota_1202563_1200" value="7,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202563_1620" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202563_1620" id="ci_AlunoAvaliacao_1202563_1620" value="89293468" type="hidden">
                <input name="nr_Nota_1202563_1620" id="nr_Nota_1202563_1620" value="8,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1202563_1730" class="textoCampos" height="23px" align="center" bgcolor="#ffffff"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1202563_1730" id="ci_AlunoAvaliacao_1202563_1730" value="89295967" type="hidden">
                <input name="nr_Nota_1202563_1730" id="nr_Nota_1202563_1730" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
          <tr>
            
            <td class="textoCampos" align="left" bgcolor="#f8f8ef">&nbsp;1167646&nbsp;YLLANA MARIA DE FREITAS DOS SANTOS
              <input id="cd_Aluno_41" name="cd_Aluno_41" value="1167646" type="hidden"></td>
            
            <td id="colunaNotaAluno_1167646_154" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167646_154" id="ci_AlunoAvaliacao_1167646_154" value="89745531" type="hidden">
                <input name="nr_Nota_1167646_154" id="nr_Nota_1167646_154" value="6,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167646_160" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167646_160" id="ci_AlunoAvaliacao_1167646_160" value="89294539" type="hidden">
                <input name="nr_Nota_1167646_160" id="nr_Nota_1167646_160" value="2,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167646_530" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167646_530" id="ci_AlunoAvaliacao_1167646_530" value="89916160" type="hidden">
                <input name="nr_Nota_1167646_530" id="nr_Nota_1167646_530" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167646_780" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167646_780" id="ci_AlunoAvaliacao_1167646_780" value="88756790" type="hidden">
                <input name="nr_Nota_1167646_780" id="nr_Nota_1167646_780" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167646_800" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167646_800" id="ci_AlunoAvaliacao_1167646_800" value="89935672" type="hidden">
                <input name="nr_Nota_1167646_800" id="nr_Nota_1167646_800" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167646_890" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167646_890" id="ci_AlunoAvaliacao_1167646_890" value="88762956" type="hidden">
                <input name="nr_Nota_1167646_890" id="nr_Nota_1167646_890" value="6,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(0, 0, 153);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167646_970" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167646_970" id="ci_AlunoAvaliacao_1167646_970" value="88758598" type="hidden">
                <input name="nr_Nota_1167646_970" id="nr_Nota_1167646_970" value="3,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167646_3330" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167646_3330" id="ci_AlunoAvaliacao_1167646_3330" value="89742708" type="hidden">
                <input name="nr_Nota_1167646_3330" id="nr_Nota_1167646_3330" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167646_1130" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167646_1130" id="ci_AlunoAvaliacao_1167646_1130" value="89747839" type="hidden">
                <input name="nr_Nota_1167646_1130" id="nr_Nota_1167646_1130" value="3,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167646_1140" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167646_1140" id="ci_AlunoAvaliacao_1167646_1140" value="89743885" type="hidden">
                <input name="nr_Nota_1167646_1140" id="nr_Nota_1167646_1140" value="1,5" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167646_1200" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167646_1200" id="ci_AlunoAvaliacao_1167646_1200" value="89741110" type="hidden">
                <input name="nr_Nota_1167646_1200" id="nr_Nota_1167646_1200" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167646_1620" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167646_1620" id="ci_AlunoAvaliacao_1167646_1620" value="89293469" type="hidden">
                <input name="nr_Nota_1167646_1620" id="nr_Nota_1167646_1620" value="2,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
            <td id="colunaNotaAluno_1167646_1730" class="textoCampos" height="23px" align="center" bgcolor="#f8f8ef"><div align="center">
                
                <input name="ci_AlunoAvaliacao_1167646_1730" id="ci_AlunoAvaliacao_1167646_1730" value="89295969" type="hidden">
                <input name="nr_Nota_1167646_1730" id="nr_Nota_1167646_1730" value="4,0" size="7" maxlength="4" class="textoCampos" style="color: rgb(255, 0, 0);" onkeypress="return nota(this, event)" onblur="return notaexit(this,6)" type="text">
              </div></td>
            
          </tr>
          
        </tbody></table>
        <table width="100%" border="0" cellpadding="0" cellspacing="0">
          <tbody><tr>
            <td align="center">
              <br>
              
              			<input name="btnIncluir" class="botao" id="btnIncluir" value=" Incluir " onclick="ValidaPagina(this,'I');" type="button">
            	  
		              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
		              &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;                      
                      <input name="btnExcluir" class="botao" id="btnExcluir" value=" Excluir " onclick="Excluir(this);" type="button">
    	                        
              </td>
          </tr>
        </tbody></table>
        </td>
    </tr>
  </tbody></table>
</form>
<div class="" style="display: block; top: 334px; left: 833px;" id="tooltip"><h3>LINGUA ESTRANGEIRA (ESPANHOL)</h3><div class="body">DEBORA SANTOS DE OLIVEIRA</div><div style="display: none;" class="url"></div></div><div id="hintbox"></div></body></html>